Skip to main content
GET
/
v3
/
file
/
presigned-url
Create Presigned Upload URL
curl --request GET \
  --url https://api.fivemanage.com/api/v3/file/presigned-url \
  --header 'Authorization: <api-key>'
{
  "data": {
    "presignedUrl": "https://fmapi.net/api/v3/file/presigned-url/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
  },
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fivemanage.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Query Parameters

expiresAt
integer

Expiration time in Unix timestamp

Response

OK

data
object
status
string
Example:

"ok"