Skip to main content
POST
/
v0
/
documents
/
export
/
csv
Bulk export documents as CSV
curl --request POST \
  --url https://api.avidoai.com/v0/documents/export/csv \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --header 'x-application-id: <api-key>' \
  --data '{
  "documentIds": [
    "123e4567-e89b-12d3-a456-426614174000"
  ]
}'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Your unique Avido API key

x-application-id
string
header
required

Your unique Avido Application ID

Body

application/json

Request body for bulk exporting documents as CSV

documentIds
string<uuid>[]
required

Array of document IDs to export

Minimum length: 1
Example:
["123e4567-e89b-12d3-a456-426614174000"]

Response

200 - text/csv

CSV file download

The response is of type file.