Skip to main content
POST
Create document

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
documentId
string
required
Example:

"doc_01J8YF6H"

category
string
required
Example:

"financial_statement"

source
string
required
Example:

"manual_upload"

status
string
required
Example:

"active"

Response

200 - application/json

OK

documentId
string
required
Example:

"doc_01J8YF6H"

category
string
required
Example:

"financial_statement"

source
string
required
Example:

"manual_upload"

status
string
required
Example:

"active"