Skip to main content
POST
Extract or retry document text extraction

Authorizations

X-API-Key
string
header
required

API key obtained from /api/v1/ext-api-keys

Path Parameters

patientId
string
required

Patient ID

Example:

"1743552000000"

documentId
string
required

Document ID

Example:

"d4e5f6a7-b8c9-4d0e-1f2a-3b4c5d6e7f8a"

Response

Document extraction completed or was already complete

data
object
required
success
boolean
required
Example:

true

message
string
Example:

"Text extracted successfully"

error
string
Example:

"Text extraction failed"

details
string
Example:

"No text could be extracted from the PDF"