v1
latestOpenAPI 3.0.12026-07-22367385.5 KBInsert data into an uploaded table
Inserts data into an existing table. Accepts CSV (text/csv) or NDJSON (application/x-ndjson) content types.
post/v1/uploads/{namespace}/{table_name}/insert
Path parameters
namespacestring required
The namespace of the table
table_namestring required
The table name
Query parameters
api_keystring
Alternative to using the X-Dune-Api-Key header
Headers
X-Dune-Api-Keystring required
API Key for the service
Content-Typestring required
Content type: text/csv or application/x-ndjson
Response
OK