v2

latestOpenAPI 3.1.02026-07-26143251806.6 KB
smart-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

titlestring nullable

Sheet title. Defaults to 'Sheet N' when source is omitted, or to the source file name / 'Request Logs' for imports.

indexinteger nullable

Display position within the table (0-based). Defaults to appending at the end.

operation_idstring nullable

Optional idempotency key for import operations. Not allowed when source is omitted.

Response

Blank sheet created. Returns the sheet with a default Column A scaffold and one empty row.

successboolean