latestOpenAPI 3.0.02026-08-108356.0 KB
fa6d2efc9689
Masking Endpoints
Foreground Mask
Initiates an asynchronous foreground mask generation job for a video.
Response behavior:
- Returns HTTP 202 with request_id and status_url
- Check job status by polling status_url or by calling the Status Service with the request_id until a terminal status is returned
Supported input containers:
- .mp4, .mov, .webm, .avi, .gif
Supported input codecs:
- H.264, H.265 (HEVC), VP9, AV1, PhotoJPEG
Input attributes preserved in output:
- Aspect Ratio and resolution
- Frame Rate
- Audio if present
Limits:
- Max input duration: 60 seconds
- Resolutions: Input resolution up to 16000x16000 (16K). Inputs larger than this return 413 Payload Too Large. Output resolution matches the input resolution.
post/foreground_mask
Headers
api_tokenstring required
Request body
Response
Accepted