Skip to main content
GET
/
v1
/
documents
cURL
curl https://api.okrapdf.com/v1/documents \
  -H "Authorization: Bearer okra_YOUR_KEY"
{
  "documents": [
    {
      "id": "<string>",
      "file_name": "<string>",
      "phase": "idle",
      "total_pages": 123,
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key as Bearer token: Authorization: Bearer okra_xxx

Response

List of documents

documents
object[]