Make a combined search request

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 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 endpoint is rate-limited. For details, see the Rate limits page.
  • When you use pagination, you will not be charged for retrieving subsequent pages of results.
Language