This API allows for anyone to upload a CSV as a table in Dune. The size limit per upload is currently 200MB. Your storage is limited by plan, 1MB on free, 15GB on plus, and 50GB on premium.
You can also upload CSV through the Dune UI by pressing the “create” dropdown.
For working with uploads, keep in mind that:
/create
, /insert
endpoints.user settings (dune.com) -> data -> delete
.If you have larger datasets you want to upload, please contact us here
To automate the upload of a Google Sheet’s contents to Dune via API, use the following Google Apps Script:
Steps to Use:
API Key for the service
Alternative to using the X-Dune-Api-Key header
payload
The body is of type object
.
OK
The response is of type object
.
This API allows for anyone to upload a CSV as a table in Dune. The size limit per upload is currently 200MB. Your storage is limited by plan, 1MB on free, 15GB on plus, and 50GB on premium.
You can also upload CSV through the Dune UI by pressing the “create” dropdown.
For working with uploads, keep in mind that:
/create
, /insert
endpoints.user settings (dune.com) -> data -> delete
.If you have larger datasets you want to upload, please contact us here
To automate the upload of a Google Sheet’s contents to Dune via API, use the following Google Apps Script:
Steps to Use:
API Key for the service
Alternative to using the X-Dune-Api-Key header
payload
The body is of type object
.
OK
The response is of type object
.