Skip to main content
POST
cURL
Finalize an upload and receive the public URL for the file. Use the uploadID from the create upload response.

Error Responses

Note that Glide will delete this file within 30 days if the URL is not stored in a table in Glide.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

appID
string
required

ID of the app, e.g., mT91fPcZCWigkZXgSZGJ

Example:

"mT91fPcZCWigkZXgSZGJ"

uploadID
string
required

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

Example:

"upload-123"

Response

data
object
required