Skip to main content

Upload File

POST 

/api/file-uploads

Upload a file. Note that the file must always be the last parameter in the request body.

Example request using curl:

curl 'https://test.immersve.com/api/file-uploads' \
-H 'Content-Type: multipart/form-data' \
-H 'Authorization: Bearer <TOKEN>' \
-F 'purpose="kyc-doc-upload"' \
-F 'accountId="accountId"' \
-F 'file=@"/path/to/file"'

Request

Responses

File successfully uploaded.