Removes the background from a video and optionally replaces it with a solid color or makes it transparent.
Input Video Limits:
All API requests require a valid api key. Include your token as a HTTP request header in the following format: X-API-Key: skXXXXXXXXXXXXXXXX. You can obtain an api key by signing up for developer access in your Pixa account.
URL of the video to be processed. Must be a publicly accessible URL.
"https://example.com/video.mp4"
The background color to use after removal.
^(transparent|#[0-9A-Fa-f]{3}|#[0-9A-Fa-f]{6})$Output video format with codec specification. Defaults to mp4_h264 if not specified.
Formats:
mp4_h264, mp4_h265, webm_vp9, mov_h265, mov_proresks, mkv_h264, mkv_h265, mkv_vp9, gif Accepted - processing has started
A unique identifier for this job that can be used to check status.
"6ba7b810-9dad-11d1-80b4-00c04fd430c8"