v1

latestOpenAPI 3.0.02026-07-26131819.4 KB
Files

Create Presigned Upload URL

Generate a presigned URL for file upload in V3. This URL allows uploading a file directly without using an API token in the final POST.

get/v3/file/presigned-url

Query parameters

expiresAtinteger

Expiration time in Unix timestamp

Response

OK

statusstring

Example response

{
  "data": {
    "presignedUrl": "https://fmapi.net/api/v3/file/presigned-url/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
  },
  "status": "ok"
}
All 13 operations