v50

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

post/apps/{appID}/uploads/{uploadID}/complete

Path parameters

appIDstring required

ID of the app, e.g., mT91fPcZCWigkZXgSZGJ

Example:mT91fPcZCWigkZXgSZGJ
uploadIDstring required

ID of the upload, e.g., upload-123

Example:upload-123

Response

Example response

{
  "data": {
    "url": "https://storage.googleapis.com/glide-uploads/example.png"
  }
}