Skip to main content
POST
Create a table by uploading a CSV file. Table contents are updated by replacing the whole CSV, not by row, column, or cell mutations.

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
string
required
column_schema_overrides
string | null
project_id
string | null

Response

Successful Response

tables
WorkflowTable · object[]