Skip to main content
GET
/
api
/
dataframer
/
runs
/
{run_id}
/
files
/
{file_id}
/
download
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>"
}

Authorizations

Authorization
string
header
required

API Key authentication. Format: "Bearer YOUR_API_KEY"

Path Parameters

run_id
string
required
file_id
string
required

Response

Presigned URL ready

download_url
string

Presigned URL to download the file (valid for 1 hour)

filename
string
content_type
string

MIME type of the file