Use this method to search for relevant matches in an index using combined queries.

For clarity, the combined search feature is documented in this section. However, note that the /search endpoint supports all the features of the /combined-search endpoint.

This endpoint supports pagination and filtering.

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:

  • Twelve Labs Inc. has disabled calling this method from this page to avoid confusion and recommends you invoke it using one of the available SKDs. See the Use combined queries page for details.
  • 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