Skip to main content
These endpoints are intended for administrators and platform operators only. Most users will receive a pre-configured token and do not need to interact with these APIs directly.
The Data Ingestion API uses JWT-based access tokens to authenticate requests. Administrators can generate tokens with specific permission scopes, list active tokens, and revoke tokens that are no longer needed.

Available permissions

Tokens are scoped to specific capabilities. Request only the permissions your integration requires.
PermissionDescription
workflow:*Full workflow access (video and document processing)
workflow:videoVideo processing jobs only
workflow:documentDocument processing jobs only
file:*Full file management access
file:listList uploaded files
file:uploadUpload new files
token:*Full token management access
token:generateGenerate new tokens
token:listList existing tokens
token:revokeRevoke tokens
Tokens with token:generate can only create tokens with permissions equal to or less than their own scope. A token cannot escalate privileges.

Common workflows