cURL
curl --request GET \ --url https://df-api.dataframer.ai/api/dataframer/seed-datasets/{dataset_id}/files/{file_id}/ \ --header 'Authorization: Bearer <token>'
{ "download_url": "https://s3.amazonaws.com/bucket/path/to/file.csv?AWSAccessKeyId=...&Signature=...&Expires=...", "filename": "my_data.csv", "content_type": "text/csv" }
Get a URL for downloading a seed dataset file
API Key authentication. Format: "Bearer YOUR_API_KEY"
UUID of the dataset
UUID of the file
Download URL generated successfully
Presigned URL to download the file (valid for 1 hour)
Original filename
MIME type of the file