This section allows you to get the status of a request
Get Video Request Status
get
Get status of the request.
If processing is complete, the response will include a signed URL to access the enhanced video.
Make sure to download and save the video within the TTL provided in the response (24 hours by default). New URLs with new TTL can be generated by calling this endpoint, but we retain your data for only a limited number of days. The video will be permanently deleted from our system afterwards.
Response body
Property
Type
Description
status
String
Current processing status
progress
Number
Total request progress (percentage)
estimates
Object
Refer to RequestEstimates
outputSize
String
Size of output video
averageFps
Number
Average FPS of processing nodes
combinedFps
Number
Combined FPS of all nodes
processingJobs
Array
Refer to VideoProcessingStatIntermediate below
download
Object
Refer to EnhancedDownloadSignedUrlResponse below
RequestEstimates
cost and time are arrays with two integers each, representing lower and upper bounds of the estimate.