Skip to main content
GET
Get video index status
Retrieve metadata and status of the spoken word index for a video.
  • Returns index metadata for spoken word semantic search
  • Use search() method to perform actual searches on the index
  • Requires index to be created first with create-index endpoint
  • Returns index status and configuration
  • Only index type currently supported is spoken_word

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"

Query Parameters

index_type
enum<string>
required
Available options:
spoken_word,
scene
Example:

"spoken_word"

engine
string
default:default
Example:

"default"

Response

200 - application/json

Index status

success
boolean
Example:

true

status
enum<string>
Available options:
done,
processing,
failed
Example:

"done"

message
string
Example:

"Index is available"