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

Authorizations

Authorization
string
header
required

Query Parameters

fileType
enum<string>
required

File type (image, audio, or video)

Available options:
image,
audio,
video
expiresAt
integer

Expiration time in Unix timestamp

Response

OK

data
object
status
string
Example:

"ok"