Upload files by user token and file upload token

This POST endpoint is used to upload one or more files in response to a file upload request.
You must specify both the user_token and the file_upload_token in the URL path to identify which user and file upload request the files should be associated with.
In the request body, you must include the files_type to indicate the type of documents being uploaded (e.g., Bank Statement, Paper Check, etc.) along with an array of files. Each file object requires the original file_name (with extension) and its Base64-encoded file_content.
The service supports multiple file uploads in a single request. Each uploaded file is validated against the expected file types defined in the original file upload request.
The response will confirm whether the upload was successful and return the status of the operation. Upload attempts with invalid file types, corrupted Base64 content, or files exceeding allowed limits will result in an error.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

User token to generate a link for

string
required

Token for file upload request

Body Params
string
required

The type of files that are being uploaded. The value is obtained from the list of accepted file types in the list of file uploads request. For example: Bank Statement, Paper Check, etc

files
array of objects
required
files*
Responses

400

Bad Request

401

Unauthorized

403

You do not have necessary permissions for the resource

404

Not Found

500

Internal Server Error

504

Gateway Timeout

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json