cURL
curl --request POST \ --url https://api.duplik.cn/v1/documents/query-base \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "document_id": "<string>" } '
{ "name": "<string>", "description": "<string>", "url": "<string>" }
获取一个文档的基本信息
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response