cURL
curl --request GET \ --url https://df-api.dataframer.ai/api/dataframer/runs/{run_id}/files/{file_id}/download/ \ --header 'Authorization: Bearer <token>'
{ "download_url": "<string>", "filename": "<string>", "content_type": "<string>" }
Get presigned URL for downloading a generated file
API Key authentication. Format: "Bearer YOUR_API_KEY"
Presigned URL ready
Presigned URL to download the file (valid for 1 hour)
MIME type of the file