Skip to main content
POST
Describe video scene

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"

scene_id
string
required
Example:

"scene-123"

Body

application/json
prompt
string
Example:

"Describe what happens in this scene"

model_name
string
Example:

"gpt-4"

Response

200 - application/json

Scene description generated

success
boolean
Example:

true

data
object