cURL
curl --request POST \ --url https://api.fivemanage.com/api/v2/presigned-url/{token} \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file' \ --form 'metadata=<string>'
{ "data": { "id": "7F9pGhN8qwErT1vx5aZk", "url": "https://i.fmfile.com/7F9pGhN8qwErT1vx5aZk.jpg" }, "status": "ok" }
Upload a file using a presigned URL token
Presigned URL token
File to upload
File metadata (JSON string)
OK
Show child attributes
"ok"
Was this page helpful?