v3
latestOpenAPI 3.1.02026-07-3197486526.1 KBembed > tasks
Retrieve video embeddings
This method retrieves embeddings for a specific video embedding task. Ensure the task status is ready before invoking this method. Refer to the Retrieve the status of a video embedding tasks page for instructions on checking the task status.
get/embed/tasks/{task_id}
Path parameters
task_idstring required
The unique identifier of your video embedding task.
Query parameters
embedding_optionEmbedTasksTaskIdGetParametersEmbeddingOptionSchemaItems[]
Specifies which types of embeddings to retrieve. Values: visual, audio, transcription. For details, see the Embedding options section.
<Note title="Note"> The platform returns all available embeddings when you omit this parameter. </Note>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
Video embeddings have successfully been retrieved.