cURL
curl --request GET \ --url https://app.dromo.io/api/v1/headless/imports/{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=..." }
This backend API key is different than your frontend license key. Please use the "Backend" license key from your Dromo Dashboard.
Headless import ID
Returns a signed URL to access the headless import's result data.
The response is of type object.
object