Skip to content

Upload a document file

PUT
/v2/document/{documentId}/upload

Upload a document file that will trigger all the extraction process, based on the document creation data created before

documentId
required
string

A document Id

Example
0ebec69f-cde5-4abf-83eb-595f8f023c80
X-API-Key
string

API Key

X-API-Secret
string

API Secret

object
file
required

The file to upload

object

The resource has been uploaded successfully.

object
key
required

The key of the file

string
blobId
required

The blob id

string format: uuid
public

The public url of the file

boolean

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error