cURL
curl --request GET \ --url https://api.fivemanage.com/api/presigned-url \ --header 'Authorization: <api-key>'
{ "presignedUrl": "https://api.fivemanage.com/api/presigned-url/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." }
Generate a presigned URL for file upload
File type (image, audio, or video)
image
audio
video
Expiration time in Unix timestamp
OK
"https://api.fivemanage.com/api/presigned-url/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Was this page helpful?