v1

latestOpenAPI 3.0.12026-07-22367385.5 KB

Upload CSV file as a table

Upload a CSV file to create a table with automatic schema inference. The size limit per upload is 500MB. Storage limits: 100MB (free), 1GB (analyst), 15GB (plus).

post/v1/uploads/csv

Query parameters

api_keystring

Alternative to using the X-Dune-Api-Key header

Headers

X-Dune-Api-Keystring required

API Key for the service

Response

OK

full_namestring

the full name of the table that was created

successboolean

Indicator if the request was successful

table_namestring

The name of the table that was created

Example response

{
  "full_name": "dune.my_team.dataset_ten_year_us_interest_rates",
  "table_name": "ten_year_us_interest_rates"
}