Endpoint
Response headers
| Header | Value |
|---|---|
Content-Type | text/event-stream |
Cache-Control | no-cache |
Connection | keep-alive |
X-Accel-Buffering | no |
Events
Each event follows the SSE format:event: <type>\ndata: <json>\n\n
connected
Sent immediately on connection.
job:created
A new transformation job was added to the queue.
job:started
A job began processing.
job:progress
Processing progress update (0–100).
job:completed
Job finished successfully.
job:error
Job failed.
heartbeat
Periodic keep-alive event to prevent connection timeouts.
Usage example
- JavaScript (browser)
- curl
Related
Queue Jobs
Query job details or manage individual jobs.
Video Status
Check processing status by file path.