Interactive API Reference: Explore all endpoints with the interactive API
playground in the navigation. This page covers API-wide conventions and
standards.
Base URL
- Production
- Staging
Error Codes
400 - Bad Request
400 - Bad Request
Codes:
INVALID_REQUEST: Invalid request data or malformed inputINVALID_ID: Invalid UUID valuesINVALID_VALUE: Invalid enum valuesALREADY_EXISTS: Duplicate resources
401 - Unauthorized
401 - Unauthorized
408 - Request Timeout
408 - Request Timeout
Codes:
REQUEST_TIMEOUT: Request processing timed out
403 - Forbidden
403 - Forbidden
Codes:
FORBIDDEN: User lacks permissions for the action
404 - Not Found
404 - Not Found
Codes:
NOT_FOUND: Resource not found
440 - Session Conflict
440 - Session Conflict
Codes:
UNAUTHORIZED: Session expired or logged in from another device
500 - Internal Server Error
500 - Internal Server Error
Codes:
INTERNAL_SERVER_ERROR: General server errorsVERIFICATION_FAILED: Verification processing errors
503 - Service Unavailable
503 - Service Unavailable
Pagination
List endpoints support pagination using the following query parameters: Parameters:page_offset: Number of items to skip (starts at 0, default 0)page_size: Items per page (default 10)
Webhook
Coming Soon: Webhook functionality is currently under development and not
yet available. For now, use status polling to check verification completion.
POST requests with job results.