Use the POST method of the /combined-search endpoint to search for relevant matches in an index using combined queries.

This method returns the first page of results. To retrieve the subsequent pages, you must call the GET method of the /combined-search/{page-token} endpoint, passing it the unique identifier of the page you want to retrieve.

NOTES:

  • The Playground is a sandbox environment that allows you to try out the features of the Twelve Labs Video Understanding Platform through an intuitive web page. Twelve Labs Inc. has disabled calling this method from this page to avoid confusion and recommends you use the Playground, which provides a better experience.
  • To search for relevant matches in an index that has been created in the Playground, you must append p to the base URL, as follows: https://api.twelvelabs.io/p/v1.1/combined-search. Everything else remains the same.
  • This method has a rate limit of 1 call per second for each API key. If the limit is reached, the platform returns an HTTP 429 - Too many requests error response.
  • When you use pagination, you will not be charged for retrieving subsequent pages of results.
Language