Table.Create
Tables
Create Table
POST
Table.Create
Create a table by uploading a CSV file. Table contents are updated by replacing the whole CSV, not by row, column, or cell mutations.
Python
TypeScript
Go
Java
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
multipart/form-data
Response
Successful Response