Skip to main content
GET
Get a video processing job

Authorizations

Authorization
string
header
required

Your API key as a Bearer token: Authorization: Bearer <api-key>.

Path Parameters

jobId
string
required

Response

Current job state and, when completed, the result.

jobId
string
required
status
enum<string>
required
Available options:
queued,
processing,
completed,
failed
progress
number
Required range: 0 <= x <= 100
result
object
error
object