Skip to main content
GET
/
storage
/
objects
/
{object_id}
/
download-url
Get Download Url
curl --request GET \
  --url https://eomer-api.onrender.com/storage/objects/{object_id}/download-url \
  --header 'Authorization: Bearer <token>'
{
  "object_id": "<string>",
  "download_url": "<string>",
  "expires_at": "2023-11-07T05:31:56Z",
  "method": "GET"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

object_id
string
required

Response

Successful Response

Response body for presigned download URL issuance.

object_id
string
required
download_url
string
required
expires_at
string<date-time>
required
method
string
default:GET