Video conversion job status

GET

Once you get a processing job result, you can acquire a processing job status via token. Just put it in your request URL as :token.

Path parameters

tokenintegerRequired
Job token.

Headers

AcceptstringOptional
Version header.

Response

This endpoint returns an object.
statusenumOptional
Allowed values: pendingprocessingfinishedfailedcancelled

Processing job status, can have one of the following values: - pending — video file is being prepared for conversion. - processing — video file processing is in progress. - finished — the processing is finished. - failed — we failed to process the video, see error for details. - canceled — video processing was canceled.

errorstringOptional
Holds a processing error if we failed to handle your video.
resultobjectOptional
Repeats the contents of your processing output.

Errors