Skip to main content
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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
name
string
required
file
file
required
column_schema_overrides
string | null
project_id
string | null

Response

Successful Response

tables
WorkflowTable · object[]