Retrieve video embeddings

GET

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.

Path parameters

task_idstringRequired

The unique identifier of your video embedding task.

Response

Video embeddings have successfully been retrieved.

video_embeddingobjectOptional
_idstringOptional

The unique identifier of the video embedding task.

model_namestringOptional

The name of the video understanding model the platform used to create the embedding.

statusstringOptional

A string indicating the status of the video indexing task. It can take one of the following values: processing, ready or failed.

created_atdatetimeOptional

The date and time, in the RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”), that the video embedding task was created.

Errors

Built with