Skip to main content
POST
Delete video index

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"

Body

application/json
index_type
enum<string>
default:all
Available options:
spoken_word,
scene,
all
Example:

"all"

model_name
string
default:gpt4-v
Example:

"gpt4-v"

Response

200 - application/json

Index deleted

success
boolean
Example:

true

message
string
Example:

"Operation successful"