cURL
curl --request GET \ --url https://api-dev.meeamitech.com/docs/v1/uploads/{id} \ --header 'Authorization: Bearer <token>'
{ "status": true, "message": "Signed URL generated successfully.", "signedUrl": "https://sample.com/uploads/e2edcfee-263a-4c89-b3f5-28be5b293df9-0.5_0.05_" }
Download a file by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the file to download
User details retrieved successfully