Skip to main content
POST
/
document
/
{documentId}
/
reparse
Re-extract document
curl --request POST \
  --url https://api.okrapdf.com/document/{documentId}/reparse \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "phase": "idle",
  "workflowId": "<string>"
}

Authorizations

Authorization
string
header
required

API key as Bearer token: Authorization: Bearer okra_xxx

Path Parameters

documentId
string
required

Document ID

Response

Reparse triggered

message
string
phase
enum<string>
Available options:
idle,
uploading,
parsing,
hydrating,
verifying,
awaiting_review,
complete,
error
workflowId
string