Model IDDocumentation Index
Fetch the complete documentation index at: https://docs.gmicloud.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bria Video Eraser API Usage Guide
Overview
Bria Video Eraser is Bria’s latest-generation video editing model. It utilizes an input video and a mask video to selectively erase elements from the scene while maintaining visual consistency.Authentication
All API requests require authentication using an API key. Include your API key in the Authorization header:Request Parameters
| Parameter | Type | Required | Description | Default | Constraints |
|---|---|---|---|---|---|
| video | string | Yes | Input video URL. | - | Max 5s; >750p downscaled. |
| mask | string | Yes | Input mask URL. | - | Must be < 5 seconds. |
| preserve_audio | boolean | No | Whether to keep audio or not. | true | - |
| output_container_and_codec | enum | No | Format of the output video. | mp4_h264 | See below. |
Check Request Status
Endpoint
Example Response
Request Status Values
| Status | Description |
|---|---|
| queued | Request is waiting to be processed |
| processing | Video generation is in progress |
| success | Video generation completed successfully |
| failed | Video generation failed |
| cancelled | Request was cancelled |