cURL
curl --request GET \ --url https://api.videodb.io/video/{video_id}/reframe/{reframe_id} \ --header 'x-access-token: <api-key>'
{ "success": true, "status": "done", "data": {} }
Check the status of a video reframe job
processing
done
failed
callback_url
API key for authentication (sk-xxx format)
"m-12345"
"reframe-12345"
Reframe job status
true
"done"