APIFile upload

Get file upload URL

Returns a signed URL where files can be uploaded to the server. The URL is valid for 15 minutes.

Returns a signed URL where files can be uploaded to the server. The URL is valid for 15 minutes.

GET
/api/client/servers/{server}/files/upload

Authorization

bearerAuth
AuthorizationBearer <token>

Enter your API token in the format: Bearer {token}

In: header

Path Parameters

server*string

Server identifier

Response Body

application/json

curl -X GET "https://example.com/api/client/servers/string/files/upload"
{
  "object": "signed_url",
  "attributes": {
    "url": "string"
  }
}
Empty
Empty
Empty