/t/ answers 202 and returns a statusUrl. Poll that URL until the status is completed, then request the /t/ URL again to get the bytes.
Check status
Response
While a job exists. Note thatcompletedAt and error are absent here rather than null:
Absent values are omitted from the JSON rather than sent as
null. Test with "startedAt" in response, not response.startedAt !== null.
This endpoint returns ISO 8601 strings. Queue Jobs serves raw database rows and returns the same instants as epoch milliseconds.
When the variant is already cached, the endpoint short-circuits and returns only the two fields it can prove:
Get optimized video size
404 if that variant is not ready yet.
Auth: Public (rate limited)
Status codes:
200 ready · 404 not yet processed
Related
Queue Events (SSE)
Real-time updates without polling.
Queue Jobs
Manage jobs by ID.
Transform Media
Apply transformations to videos.