v2
latestOpenAPI 3.1.02026-07-26143251806.6 KBsmart-tables
Create Sheet
Create a new sheet in a table. Omit source to create a blank sheet with a default Column A scaffold (returns 201), or import data from a file (CSV or JSON, base64-encoded) or from request log history (returns 202). Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.
post/api/public/v2/tables/{table_id}/sheets
Path parameters
table_idstring uuid required
Request body
Response
Blank sheet created. Returns the sheet with a default Column A scaffold and one empty row.