Skip to main content
GET
/
docs
/
v1
/
uploads
/
{id}
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_"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

ID of the file to download

Response

200 - application/json

User details retrieved successfully

status
boolean
required
message
string
required
signedUrl
string
required