Skip to main content
POST
Describe video frame
Generate an AI-powered description of a specific video frame’s visual content.
  • Generates detailed visual description using AI vision models
  • Can use custom prompts to focus description on specific aspects
  • Pass model_name separately from model_config
  • Overwrites existing frame description
  • Frame IDs start with fr- prefix
  • Each frame includes timestamp (frame_time) in the video
  • Useful for generating captions or accessibility descriptions

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

video_id
string
required
Pattern: ^m-
Example:

"m-12345"

frame_id
string
required
Example:

"frame-123"

Body

application/json
prompt
string
Example:

"Describe this frame"

model_name
string
Example:

"gpt-4-vision"

Response

200 - application/json

Frame description generated

success
boolean
Example:

true

data
object