Retry download

post/download/{download_id}

Path parameters

download_idstring required
Example:download-12345

Response

Download retry initiated

successboolean
status'processing' | 'done' | 'failed'

Example response

{
  "success": true,
  "status": "processing",
  "data": {
    "id": "job-123",
    "output_url": "https://api.videodb.io/async-response/job-123"
  }
}

Changes

No recorded changes to this endpoint across all 5 revisions of this API.