POST
/
llm-application
/
open
/
document
/
embedding
/
{id}
重新向量化
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
}

Authorizations

Authorization
string
header
required

使用以下格式进行身份验证:Bearer <your api key>

Path Parameters

id
string
required

文档ID

Body

application/json

Response

200
application/json

请求成功

The response is of type object.