Compress - URL

POST {{video-api-server}}/compress/url

This endpoint compresses a video by adjusting its bitrate and resolution. It accepts videos in various formats and allows cropping, resizing, and rotating the video before generating the output. In order to be processed the video should be available via HTTP protocol.

Request Params

KeyDatatypeRequiredDescription
cropstringwidth,height,x,y
  • width, height: Size of the crop window
  • x, y: Top-left coordinates to align the crop window's top-left corner (optional, default = 0, 0) | | resize | string | | width,height
  • Target size of the compressed video. If only one value is specified, it is interpreted as height and the aspect ratio is kept. | | rotate | number | | Degrees to rotate to:
  • Positive values rotate clockwise
  • Negative - counterclockwise |

Request Body

{"0"=>{"url"=>"https://www.pexels.com/download/video/2231485", "video_resolutions"=>["200", "400", "600", "mobile"]}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Filerobot-TokenstringFilerobot project identifier, aka token
Filerobot-KeystringFilerobot API key

RESPONSES

status: OK

{"status":"ok","version":2.11,"result":[{"uuid":"57e0d0cc-94f2-4398-b96b-17bb2bcf8aa3","url":"https://www.pexels.com/download/video/2231485","compressed":["https://fbmjmuoeb.filerobot.com/https://filerobot.s3.eu-west-3.amazonaws.com/fbmjmuoeb/compressed_videos/jpjVr_2231485/2231485_200p_500k_compressed.mp4","https://fbmjmuoeb.filerobot.com/https://filerobot.s3.eu-west-3.amazonaws.com/fbmjmuoeb/compressed_videos/jpjVr_2231485/2231485_400p_500k_compressed.mp4","https://fbmjmuoeb.filerobot.com/https://filerobot.s3.eu-west-3.amazonaws.com/fbmjmuoeb/compressed_videos/jpjVr_2231485/2231485_600p_500k_compressed.mp4","https://fbmjmuoeb.filerobot.com/https://filerobot.s3.eu-west-3.amazonaws.com/fbmjmuoeb/compressed_videos/jpjVr_2231485/2231485_360p_500k_compressed.mp4"],"sha1":"298da7e2e2e6e01764d6aec9802608efce2b49e7","progress":"https://api.filerobot.com/fbmjmuoeb/v4/video-status/ZXUtb3YtNzA2LWdyYTIuZWxhc3RpYy11cGxvYWRlci5haXJzdG9yZS5zY2FsM2ZsM3guY29tOjg3MzI__57e0d0cc-94f2-4398-b96b-17bb2bcf8aa3"}]}