GET
/
upload
/
{id}
/
url
/
Get presigned download URL for upload data
curl --request GET \
  --url https://app.dromo.io/api/v1/upload/{id}/url/ \
  --header 'X-Dromo-License-Key: <api-key>'
{
  "presigned_url": "https://dromo-user-imports.s3.us-west-2.amazonaws.com/b3f0ff47-07e0-4c98-90de-5451aff066c8.json?X-Amz-Algorithm=...&X-Amz-Credential=...&X-Amz-Date=...&X-Amz-Expires=1800&X-Amz-SignedHeaders=host&X-Amz-Signature=..."
}

Authorizations

X-Dromo-License-Key
string
header
required

This backend API key is different than your frontend license key. Please use the "Backend" license key from your Dromo Dashboard.

Path Parameters

id
string
required

Upload ID

Response

200 - application/json

Returns a signed URL to access the upload's data.

The response is of type object.