cURL
curl --request GET \ --url https://files.adclear.ai/v1/uploads/{uploadId} \ --header 'Authorization: Bearer <token>'
{ "uploadId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "pending", "fileName": "<string>", "contentType": "<string>", "fileSize": 123, "createdAt": "2023-11-07T05:31:56Z" }
Returns the current status and metadata of an upload.
Clerk session JWT or Unkey API key passed as Bearer token
Upload ID
Upload status
pending
uploaded
expired
failed