Rerank API (v1)
Authentication
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Headers
Request
A list of document objects or strings to rerank. If a document is provided the text fields is required and all other fields will be preserved in the response.
The total max chunks (length of documents * max_chunks_per_doc) must be less than 10000.
We recommend a maximum of 1,000 documents for optimal endpoint performance.
The identifier of the model to use, eg rerank-v3.5
.