YouTube Single Download Job Information API
/download/info/job
API endpoint allows you to query the status and details of a single download job.
API Details
Endpoint
GET https://download.abcproxy.com/download/info/job
Description
Query the status and details of a single YouTube video download job, including download status and video metadata for completed downloads.
Request
HTTP Request
Parameters
Query Parameters
job_id
string
Yes
The ID of the job to query
"411e81d8-237c-4c96-b946-990ade660c1d"
Response
Success 200
Response Body - Completed Example
Response Body - Failed Example
Response Body - Pending Example
Response Fields
code
integer
Response code (200 for success)
msg
string
Response message
data.job_id
string
The job ID
data.video_id
string
YouTube video ID
data.status
string
Job status (pending
: processing, completed
: success, failed
: error)
data.error
string
Error message if job failed
data.video_info
object
Video metadata (empty for pending/failed jobs)
video_info.url
string
Original YouTube URL
video_info.video_id
string
YouTube video ID
video_info.download_url
string
URL to downloaded file
video_info.title
string
Video title
video_info.duration
integer
Video duration in seconds
video_info.resolution
string
Video resolution (widthxheight)
Error Responses
Common Errors
400
Invalid job ID
The provided job ID is invalid or missing
404
Job not found
No job exists with the provided ID
500
Internal server error
An error occurred while processing the request
Error Example
Notes
The
download_url
in the response will be a publicly accessible URL where the video can be downloadedFor pending or failed jobs, the
video_info
object will be emptyThe
error
field will contain detailed failure reasons for failed jobs