cURL
curl --request GET \ --url https://api.copera.ai/public/v1/docs/{docId}/md \ --header 'Authorization: Bearer <token>'
{ "content": "<string>" }
Retrieve document content as markdown
docId
content
Bearer token
ObjectId
24
^[0-9a-fA-F]{24}$
Default Response
Was this page helpful?