post
https://api.twelvelabs.io/v1.3/search
Use this endpoint to search for relevant matches in an index using text or various media queries.
Text queries:
- Use the
query_textparameter to specify your query.
Media queries:
- Set the
query_media_typeparameter to the corresponding media type (example:image). - Specify either one of the following parameters:
query_media_url: Publicly accessible URL of your media file.query_media_file: Local media file.
If bothquery_media_urlandquery_media_fileare specified in the same request,query_media_urltakes precedence.
Before using a media file as a query, ensure that the file meets the prerequisites.
NOTE: This endpoint is rate-limited. For details, see the Rate limits page.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
429If the rate limit is reached, the platform returns an HTTP 429 - Too many requests error response. The response body is empty.