Retrieve the status of a video embedding task

This method retrieves the status of a video embedding task.

Each video embedding task represents a request to upload and create one or multiple embeddings. A task starts when you begin uploading a video by calling the POST method of the /embed/task endpoint, and can have one of the following statuses:

  • processing: This status indicates that the embeddings are being created.
  • ready: This status indicates that the platform has finished processing your video, and you can retrieve the embeddings by invoking the GET method on the /embed/tasks/{task_id} endpoint.
  • failed: This status indicates that the task could not be completed as expected, and the embeddings haven't been created.
Language
Click Try It! to start a request and see the response here!