v1

latestOpenAPI 3.0.02026-07-13650400.5 KB
Video Editing

Remove Background from Video

Description

This endpoint allows users to remove the background from videos. It supports various video file formats and retains the original video's framerate and resolution in the output.

Supported Inputs:

  • File types: mp4, avi, mov, gif, webm
  • Framerate: All framerates are supported; the original video's framerate is preserved in the output.
  • Resolutions: No limit; the output resolution matches the input resolution.

Output: - File type: webm

  • Framerate: Matches the original video.
  • Resolution: Matches the original video.
post/video/background/remove

Headers

api_tokenstring required

API token associated with the organization.

Request body

video_urlstring

A publicly accessible URL of the video to process. The input video time limit is up to 1 minute.

Response

Background successfully removed.

result_urlstring

URL of the video with the background removed.