Upload a file
POST/api/v1/upload
Uploads multiple files and returns the unique identifiers (UUIDs) of the uploaded files.
warning
The examples provided in the right menu may not be accurate. Please ignore them. The correct cURL example is:
curl -L -X POST 'https://gateway.stage.fundix.me/api/v1/upload' \
-H 'Content-Type: multipart/form-data' \
-H 'Accept: application/json' \
-H 'Api-Access-Token: ' \
-F 'files[]=@/path/to/file/image.jpg' \
-F 'files[]=@/path/to/file/image2.png'
Request
Responses
- 200
A successful upload returns the UUIDs of the uploaded files.