Version: 1.0.0
Jobs API - Introduction
Track the status of background processing jobs (video transcodes, batch operations, etc.).
Job statuses: QUEUED, IN_PROGRESS, COMPLETED, ERROR.
Video transcode jobs include detailed step tracking with preprocess, transcodes, addons, and postprocess stages.
Authentication
- API Key: ApiKeyAuth
- HTTP: Bearer Auth
API key for programmatic access
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-FileSpin-Api-Key |
JWT token obtained from POST /api/v1/login
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |