Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.hubto.ai/v1/rerank \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "model": "<string>", "query": "<string>", "documents": [ "<string>" ] } '
{ "results": [ {} ] }
Rerank 文本重排接口。
{ "model": "rerank-v1", "query": "统一大模型网关", "documents": [ "HubTo 提供统一 API 入口。", "今天上海天气晴。" ] }