cURL
curl --request GET \ --url https://api.duplik.cn/v1/documents/texts/{document_id} \ --header 'Authorization: Bearer <token>'
{ "document_id": 123, "document_contents": [ "<string>" ] }
获得一个文档的全文内容
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response