v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-01-13151115.1 KB

post/apps/{appID}/uploads

Path parameters

appIDstring required

ID of the app, e.g., mT91fPcZCWigkZXgSZGJ

Example:mT91fPcZCWigkZXgSZGJ

Request body

contentTypestring required

MIME type of the file, e.g., image/png

fileNamestring required

Name of the file

Example request

{
  "contentType": "image/png",
  "fileName": "logo.png"
}

Response

Example response

{
  "data": {
    "uploadID": "upload-123",
    "uploadLocation": "https://storage.googleapis.com/glide-uploads/example?X-Goog-Algorithm=GOOG4-RSA-SHA256"
  }
}