Insert the data in a file into a table.
/insert
request consumes 10 credits.Content-Type: text/csv
)Content-Type: application/x-ndjson
)The API key of your team or user.
The namespace of the table to insert into (e.g. my_user
).
The name of the table to insert into (e.g. interest_rates
).
The file to insert into the table.
The body is of type file
.
Successful operation
The response is of type object
.