Compress - Multipart
POST {{video-api-server}}/compress/upload
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
crop | string | width,height,x,y |
- width, height: Sides in pixels of the cropped 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 converted 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
[{"name"=>"file", "value"=>nil, "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Filerobot-Token | string | Filerobot project identifier, aka token | |
Filerobot-Key | string | Filerobot API key | |
Video-Resolutions | string | Resolution to compress the output file to | |
Bitrate | string | Bitrate for the output file |
RESPONSES
status: OK
{"status":"ok","version":2.11,"result":[{"uuid":"9c33333d-4fba-442e-b489-2cdd072a6202","file":"pexels_videos_2231485 (720p)","compressed":["https://fbmjmuoeb.filerobot.com/https://filerobot.s3.eu-west-3.amazonaws.com/fbmjmuoeb/compressed_videos/UfLan_pexels_videos_2231485%20%28720p%29/pexels_videos_2231485%20%28720p%29_360p_500k_compressed.mp4","https://fbmjmuoeb.filerobot.com/https://filerobot.s3.eu-west-3.amazonaws.com/fbmjmuoeb/compressed_videos/UfLan_pexels_videos_2231485%20%28720p%29/pexels_videos_2231485%20%28720p%29_480p_500k_compressed.mp4","https://fbmjmuoeb.filerobot.com/https://filerobot.s3.eu-west-3.amazonaws.com/fbmjmuoeb/compressed_videos/UfLan_pexels_videos_2231485%20%28720p%29/pexels_videos_2231485%20%28720p%29_100p_500k_compressed.mp4","https://fbmjmuoeb.filerobot.com/https://filerobot.s3.eu-west-3.amazonaws.com/fbmjmuoeb/compressed_videos/UfLan_pexels_videos_2231485%20%28720p%29/pexels_videos_2231485%20%28720p%29_200p_500k_compressed.mp4"],"sha1":"91aaadd5f7c0f5dc279ab33bc3df4f031b5d1e9c","progress":"https://api.filerobot.com/fbmjmuoeb/v4/video-status/ZXUtb3YtNzA2LWdyYTIuZWxhc3RpYy11cGxvYWRlci5haXJzdG9yZS5zY2FsM2ZsM3guY29tOjg3MzI__9c33333d-4fba-442e-b489-2cdd072a6202"}]}