Insert the data in a file into a table.
/insert
request consumes 1 credits.Content-Type: text/csv
)Content-Type: application/x-ndjson
){"varbinary_column":"SGVsbG8gd29ybGQK"}
[0-9a-fA-F]
always prefixed with 0x
.
Example: {"varbinary_column":"0x92b7d1031988c7af"}
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
.