Skip to main content
POST
Bulk export verifications

Authorizations

X-API-Key
string
header
required

API key for service-to-service authentication

Body

application/json
result_ids
string<uuid>[]
required

Result group IDs to export (max 10)

Required array length: 1 - 10 elements
verification_ids
string<uuid>[]

Specific verification IDs to export (max 50, optional)

Maximum array length: 50
email
string<email>

If provided, export is processed asynchronously and the link is sent to this email

Example:

"user@example.com"

format
enum<string>
default:xlsx

Export file format

Available options:
xls,
xlsx
sheet_mode
enum<string>
default:multiple

Whether to put all results in a single sheet or one sheet per result

Available options:
single,
multiple

Response

Export file generated (synchronous export)

export_url
string<uri>
Example:

"https://api.anycheck.ai/exports/bulk-export-results.xlsx"