Browse documentation
Batches

Download Batch

get/v1/check_batches/{batch_id}/download

Download Batch

Authentication

Send your tenant secret key as a Bearer token. Keep secret keys on your server; never ship them in browser or mobile code.

Parameters

batch_id
path · required

No additional parameter description.

format
query · optional

No additional parameter description.

Example request

cURL
curl --request GET \
  --url 'https://api.fideralabs.com/v1/check_batches/{batch_id}/download' \
  --header 'Authorization: Bearer $FIDERA_API_KEY'

Responses

200Successful Response
application/json
{}
422Validation Error
detail
ValidationError[]

No additional field description.

Operation ID

download_batch_v1_check_batches__batch_id__download_get