get https://api.twelvelabs.io/v1.2/embed/tasks/
This method retrieves embeddings for a specific video embedding task. Ensure the task status is ready
before invoking this method. Refer to the Retrieve a video embedding task page for instructions on checking the task status.
Important
The response includes breaking changes that might require updates to your application code. Key differences:
- The
video_embeddings
field has been renamed tovideo_embedding
(plural to singular).- The embedding vectors are now nested under an array named
segments
.- The
metadata
field is now nested undervideo_embedding
.