YouTube Downloader API
GET
/info/{jobId}

Authorization

bearerAuth
AuthorizationBearer <token>

API key issued from the dashboard, sent as Authorization: Bearer YOUR_API_KEY.

In: header

Path Parameters

jobId*string

The jobId returned from POST /info.

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://youtube-download-api.org/api/v2/info/string"

{
  "jobId": "6f9c1234-5e8a-4b2f-9c1e-0a7b69cfc45e",
  "status": "pending"
}

{
  "error": "Missing API key. Provide it as 'Bearer YOUR_API_KEY'"
}

{
  "error": "Download job not found"
}
{
  "error": "Failed to enqueue download job"
}