v3
latestOpenAPI 3.1.02026-07-3197486526.1 KBindexes > videos
Retrieve video information
<Info> This method will be deprecated in a future version. New implementations should use the Retrieve an indexed asset method.</Info>
This method retrieves information about the specified video.
get/indexes/{index-id}/videos/{video-id}
Path parameters
index-idstring required
The unique identifier of the index to which the video has been uploaded.
video-idstring required
The unique identifier of the video to retrieve.
Query parameters
embedding_optionIndexesIndexIdVideosVideoIdGetParametersEmbeddingOptionSchemaItems[]
Specifies which types of embeddings to retrieve. Values: visual, audio, transcription. For details, see the Embedding options section.
<Note title="Note"> To retrieve embeddings for a video, it must be indexed using the Marengo video understanding model. For details on enabling this model for an index, see the [Create an index](/reference/create-index) page. </Note>transcriptionboolean
The parameter indicates whether to retrieve a transcription of the spoken words for the indexed video.
Headers
x-api-keystring required
Your API key.
<Note title="Note"> You can find your API key on the <a href="https://playground.twelvelabs.io/dashboard/api-keys" target="_blank">API Keys</a> page. </Note>Response
The specified video information has successfully been retrieved.