Skip to main content
GET
Get Upload Status

Authentication

This endpoint requires an API key.

Path Parameters

id
string
required
The upload ID returned from the presign endpoint.

Response

id
string
Upload identifier.
filename
string
Original filename.
contentType
string
MIME type of the uploaded file.
fileUrl
string
CDN URL of the file.
status
string
Upload status: pending (file available) or expired (file deleted).
createdAt
string
ISO 8601 timestamp of when the upload was created.
expiresAt
string
ISO 8601 timestamp of when the file will be deleted.

Error Codes

Examples

Example Response