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://open.bigmodel.cn/api/llm-application/open/document/embedding/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "callback_url": "<string>", "callback_header": {} } '
{ "code": 200, "message": "请求成功", "timestamp": 1689649504996 }
用于重新向量化文档(重试等操作)。同步返回成功表示调用成功,向量化完成后调用callback_url进行通知,也可调用知识详情接口获取结果。多用于url知识场景。
callback_url
url
使用以下格式进行身份验证:Bearer
文档ID
回调地址
回调header k-v
请求成功
状态码
返回信息
时间戳
Was this page helpful?