Skip to main content
GET
/
exports
/
{documentId}
/
{format}
Export document
curl --request GET \
  --url https://res.okrapdf.com/exports/{documentId}/{format} \
  --header 'Authorization: Bearer <token>'
{
  "code": "<string>",
  "message": "<string>",
  "details": {}
}

Authorizations

Authorization
string
header
required

API key as Bearer token: Authorization: Bearer okra_xxx

Path Parameters

documentId
string
required
format
enum<string>
required
Available options:
markdown,
excel,
docx,
snapshot,
audit

Response

Export file