post https://api.twelvelabs.io/v1.1/search
Use this method to search for relevant matches in an index.
This method returns the first page of results. To retrieve the subsequent pages, you must call the GET
method of the /search/{page-token}
endpoint, passing it the unique identifier of the page you want to retrieve.
NOTES:
- 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.