Convert video

POST
Uploadcare video processing adjusts video quality, format (mp4, webm, ogg), and size, cuts it, and generates thumbnails. Processed video is instantly available over CDN.

Headers

AcceptstringOptional
Version header.

Request

This endpoint expects an object.
pathslist of stringsOptional

An array of UUIDs of your video files to process together with a set of assigned operations (see documentation).

storeenumOptional
Allowed values: 0false1true

When store is set to "0", the converted files will only be available for 24 hours. "1" makes converted files available permanently. If the parameter is omitted, it checks the Auto file storing setting of your Uploadcare project identified by the public_key provided in the auth-param.

Response

This endpoint returns an object.
problemsmap from strings to stringsOptional

Dictionary of problems related to your processing job, if any. Key is the path you requested.

resultlist of objectsOptional
Result for each requested path, in case of no errors for that path.

Errors