Skip to main content
GET
/
transcode
/
{job_id}
Get transcode job status
curl --request GET \
  --url https://api.videodb.io/transcode/{job_id} \
  --header 'x-access-token: <api-key>'
{
  "success": true,
  "data": {}
}
Check the status of an ongoing transcode job.
  • Poll this endpoint to track transcode progress
  • The job ID is returned when starting a transcode job

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

job_id
string
required
Example:

"job-12345"

Response

200 - application/json

Transcode job details

success
boolean
Example:

true

data
object