Upload a document file
PUT /v2/document/{documentId}/upload
PUT
/v2/document/{documentId}/upload
Upload a document file that will trigger all the extraction process, based on the document creation data created before
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” documentId
required
string
A document Id
Example
82c4fce1-d2c7-48cb-a647-6993dbe37819Request Body required
Section titled “Request Body required ”object
file
required
string format: binary
Responses
Section titled “ Responses ”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