Create video index
post/video/{video_id}/index/
Path parameters
video_idstring required
Example:m-12345
Request body
Example request
{
"index_type": "spoken_word",
"engine": "default",
"language_code": "en-US",
"segmentation_type": "sentence",
"callback_url": "https://webhook.example.com/callback"
}Response
Index job started
Example response
{
"success": true,
"status": "processing",
"data": {
"id": "job-123",
"output_url": "https://api.videodb.io/async-response/job-123"
}
}Changes
Changed in 2 of the 5 revisions of this API.2
- ○
the
enginerequest property default value changed fromAAItodefaultrequest-property-default-value-changed
- ○
- ○
the
enginerequest property default value changed fromdefaulttoAAIrequest-property-default-value-changed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○