Guide to using the HuntAPI for video downloads
GET /api/v1/video/download
with the video URLjob_id
in responsejob_id
to check progress via GET /api/v1/jobs/{job_id}
QueuedJob
: The job is being processedCompletedJob
: The job is completeCompletedJob
), you’ll have access to the download URL in the response201 Created
: Job successfully created and queued for processing200 OK
: Successfully retrieved job status or download information400 Bad Request
: Invalid input (malformed URL, unsupported video platform)404 Not Found
: Job ID doesn’t exist