Skip to main content
POST
/
v1
/
documents
/
query-base
Query Document Base Info
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
document_id
string
required

Response

Successful Response

name
string
description
string
url
string