cURL
curl --request POST \ --url https://api.fivemanage.com/api/v3/file/presigned-url/{token} \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file' \ --form 'filename=<string>' \ --form 'path=<string>' \ --form 'metadata=<string>' \ --form retention_exempt=true
{ "data": { "id": "7F9pGhN8qwErT1vx5aZk", "url": "https://r2.fivemanage.com/23492kdx23121/7F9pGhN8qwErT1vx5aZk.jpg" }, "status": "ok" }
Upload a file using a V3 presigned URL token. Supports all standard V3 upload fields in form-data.
Presigned URL token
File to upload
Custom filename
Folder path
File metadata (JSON string)
Exclude from retention policy
OK
Show child attributes
"ok"
Was this page helpful?