Skip to main content
GET
/
v1
/
videos
Error
A valid request URL is required to generate request examples
{
  "data": [
    {
      "id": "<string>",
      "model": "<string>",
      "progress": 50,
      "prompt": "<string>",
      "remixed_from_video_id": "<string>",
      "seconds": "<string>",
      "size": "<string>",
      "created_at": 123,
      "completed_at": 123,
      "expires_at": 123,
      "error": {
        "code": "<string>",
        "message": "<string>"
      }
    }
  ],
  "first_id": "<string>",
  "last_id": "<string>",
  "has_more": true,
  "extra_fields": {
    "request_type": "<string>",
    "model_requested": "<string>",
    "model_deployment": "<string>",
    "latency": 123,
    "chunk_index": 123,
    "raw_request": {},
    "raw_response": {},
    "cache_debug": {
      "cache_hit": true,
      "cache_id": "<string>",
      "hit_type": "<string>",
      "requested_provider": "<string>",
      "requested_model": "<string>",
      "provider_used": "<string>",
      "model_used": "<string>",
      "input_tokens": 123,
      "threshold": 123,
      "similarity": 123
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.getbifrost.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your provider API key or Bifrost authentication token. Virtual keys (prefixed with sk-bf-) can also be passed here.

Query Parameters

provider
string
required

Provider name (e.g., "openai", "gemini")

after
string

Cursor for pagination - ID of the last item from the previous page

limit
integer
default:20

Maximum number of results to return

Required range: 1 <= x <= 100
order
enum<string>
default:desc

Sort order by creation time

Available options:
asc,
desc

Response

Successful response. Returns a paginated list of video generation jobs.

object
enum<string>

Object type, always "list"

Available options:
list
data
object[]

Array of video generation jobs

first_id
string

ID of the first item in the list

last_id
string

ID of the last item in the list

has_more
boolean

Whether there are more results available

extra_fields
object

Additional fields included in responses