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 Increase Resolution API Usage Guide
Overview
Bria Video Increase Resolution is Bria’s new video editing model to increase resolution. It utilizes an input video to upscale it by a specified factor (2x or 4x) while maintaining visual quality. Increases to 8K at max.Authentication
All API requests require authentication using an API key. Include your API key in the Authorization header:Submit Video Generation Request
Base URL
Endpoint
Request Format (cURL)
Request Parameters
| Parameter | Type | Required | Description | Default | Constraints |
|---|---|---|---|---|---|
| video | string | Yes | Input video URL. | - | Max 60s; Maximum result resolution: 7680x4320 (8K). If the selected increase results in a greater resolution, the request will not be processed. |
| preserve_audio | boolean | No | Whether to keep audio or not. | true | - |
| desired_increase | enum | No | Integer scale factor for upscaling. | ”2" | "2” or “4” |
| output_container_and_codec | enum | No | Format of the output video. | mp4_h264 | See below. |
Check Request Status
Endpoint
GET /api/v1/ie/requestqueue/apikey/requests/{request_id}
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 |