Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Quadratic Tables API

Create, configure, and manage data tables.

Quadratic Tables API is one of 14 APIs that Quadratic publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Tables. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 4 operations across 3 paths, and defines 6 schemas. It is described by OpenAPI 3.1.0, at version 0.26.9.

Requests are made against the base URL https://developer-api.quadratichq.com.

4 operations 3 paths 6 schemas 1 PATCH2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.26.9
Base URL
https://developer-api.quadratichq.com
Authentication
HTTP Bearer
Contact
Quadratic
License
Apache-2.0
Resource Areas
1

Authentication & Security 1

Quadratic Tables API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (API token (qdx_live_… or qdx_test_…)) (bearer_auth).

  • bearer_auth — API tokens are minted from the Quadratic UI under Team Settings → API Tokens. Send as Authorization: Bearer .

Paths & Operations 4

Across 3 paths, the API surfaces 4 operations — 1 PATCH, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Tables 4

Create, configure, and manage data tables.

POST
/v1/files/{file_id}/tables
Creates a new data table on the given sheet.
addTable 1 param body → 200400401502
PATCH
/v1/files/{file_id}/tables
Updates table-level metadata (name, header visibility, alternating row colors, etc.). Only the fields you supply are changed.
tableMeta 1 param body → 200400401502
PUT
/v1/files/{file_id}/tables/columns
Updates per-column settings (display name, sort, filter) on a table.
tableColumnSettings 1 param body → 200400401502
POST
/v1/files/{file_id}/tables/from-range
Converts a plain range of cells into a structured data table.
convertToTable 1 param body → 200400401502

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are TableMetaRequest (7 properties), AddTableRequest (4 properties), ConvertToTableRequest (4 properties), TableColumnSettingsRequest (3 properties). Each schema is shown below with its type and property counts.

ErrorDetail
object
3 properties 2 required
TableColumnSettingsRequest
object
3 properties 2 required
TableMetaRequest
object
7 properties 1 required
ErrorBody
object
Canonical error envelope returned by every non-2xx response.
1 property 1 required
ConvertToTableRequest
object
4 properties 3 required
AddTableRequest
object
4 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quadratic-tables-api-openapi.yml Raw ↑

Other APIs Quadratic publishes across the network.

Quadratic Agent Connections API
Quadratic Auth API
Quadratic Cells API
Quadratic Columns and rows API
Quadratic Conditional formats API
Quadratic Connections API
Quadratic Context, outline, search API
Quadratic Documentation API
Quadratic Files API
Quadratic Health API
Quadratic History API
Quadratic Sheets API