Media endpoints

Get video status

GET /v1/videos/{task_id}

GET/v1/videos/{task_id}

Authorization

BeefAPIKeyBearer
AuthorizationBearer <token>

Use Authorization: Bearer sk-...

In: header

Path Parameters

task_id*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/videos/string" \  -H "Authorization: Bearer YOUR_BEEFAPI_KEY"
{  "id": "string",  "object": "string",  "model": "string",  "status": "queued",  "created_at": 0,  "error": {    "code": "string",    "message": "string"  }}