Skip to content

Fetch a document

GET
/v1/documents/{id}

Returns the document record with status, parsed text, and summary (when processing is complete).

Authorizations

Parameters

Path Parameters

id
required
string format: uuid

Responses

200

OK

object
id
string format: uuid
mimeType
string
docType
string
nullable
isHandwritten
boolean
status
string
Allowed values: pending processing completed failed
ocrConfidence
number
nullable
ocrEngine
string
nullable
parsed_text
string
nullable
summary
object
createdAt
string format: date-time

404

Not found

object
error
required
string
Invalid link
code
integer
1003