Upload
POST/upload
- Accepts a JSON payload containing partner/customer/client ids, document information, pipeline, and a callback URL.
- Either
fileContent
orfileContentURL
must be provided.
Request
Responses
- 200
- 400
- 422
- 500
Upload initiated successfully.
Bad Request. The input did not meet the required schema.
Unprocessable Entity. The file content is invalid or empty.
Internal Server Error.