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.Documentation Index
Fetch the complete documentation index at: https://docs.trelent.com/llms.txt
Use this file to discover all available pages before exploring further.
Available permissions
Tokens are scoped to specific capabilities. Request only the permissions your integration requires.| Permission | Description |
|---|---|
workflow:* | Full workflow access (video and document processing) |
workflow:video | Video processing jobs only |
workflow:document | Document processing jobs only |
file:* | Full file management access |
file:list | List uploaded files |
file:upload | Upload new files |
token:* | Full token management access |
token:generate | Generate new tokens |
token:list | List existing tokens |
token:revoke | Revoke tokens |
Common workflows
Generate tokens
Create new access tokens with scoped permissions
List tokens
View active and expired tokens
Revoke tokens
Invalidate tokens before expiration