How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Coda Project Pages API

Pages in Superhuman Docs offer canvases containing rich text, tables, controls, and other objects.

Coda Project Pages API is one of 32 APIs that Coda Project publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Pages. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 15 operations across 11 paths, and defines 46 schemas. It is described by OpenAPI 3.2.0, at version 0.0.2.

Requests are made against a single base URL, https://docs.superhuman.com/apis/admin/v1.

15 operations 11 paths 46 schemas 2 DELETE10 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.0.2
Base URL
https://coda.io/apis/v1
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Coda Project Pages API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (UUID) (Bearer). By default, every request must be authenticated.

  • Bearer — The Superhuman Docs Admin API can be accessed using an API token, which can be obtained from [My account](https://docs.superhuman.com/account) in Superhuman Do…

Paths & Operations 15

Across 11 paths, the API surfaces 15 operations — 2 DELETE, 10 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Pages 15

Pages in Superhuman Docs offer canvases containing rich text, tables, controls, and other objects.

GET
/organizations/{organizationId}/workspaces/{workspaceId}/docs/{docId}/pages
List pages
listPagesV2 5 params → 200400401403404429
GET
/organizations/{organizationId}/workspaces/{workspaceId}/docs/{docId}/pages/{pageId}
Get page information
getPageV2 5 params → 200400401403404429
GET
/organizations/{organizationId}/workspaces/{workspaceId}/docs/{docId}/pageViewers
List page viewers
listPageViewersV2 8 params → 200400401403404429
GET
/organizations/{organizationId}/docs/{docId}/pagesdeprecated
List pages
listPages 4 params → 200400401403404429
GET
/organizations/{organizationId}/docs/{docId}/pages/{pageId}deprecated
Get page information
getPage 4 params → 200400401403404429
GET
/organizations/{organizationId}/docs/{docId}/pageViewersdeprecated
List page viewers
listPageViewers 7 params → 200400401403404429
GET
/docs/{docId}/pages
List pages
listPages 3 params → 200401403404429
POST
/docs/{docId}/pages
Create a page
createPage 1 param body → 202400401403404429
GET
/docs/{docId}/pages/{pageIdOrName}
Get a page
getPage 2 params → 200401403404410429
PUT
/docs/{docId}/pages/{pageIdOrName}
Update a page
updatePage 2 params body → 202400401403404429
DELETE
/docs/{docId}/pages/{pageIdOrName}
Delete a page
deletePage 2 params → 202400401403404429
GET
/docs/{docId}/pages/{pageIdOrName}/content
List page content
listPageContent 5 params → 200401403404410429
DELETE
/docs/{docId}/pages/{pageIdOrName}/content
Delete page content
deletePageContent 2 params body → 202400401403404429
POST
/docs/{docId}/pages/{pageIdOrName}/export
Begin content export
beginPageContentExport 2 params body → 202400401403404410429
GET
/docs/{docId}/pages/{pageIdOrName}/export/{requestId}
Content export status
getPageContentExportStatus 3 params → 200401403404410429

Schemas 46

The contract defines 46 schemas that model the data the API accepts and returns. The most detailed are Page_2 (18 properties), PageWithContent (8 properties), Page (7 properties), PageCreate (6 properties). Each schema is shown below with its type and property counts.

BeginPageContentExportRequest
object
Request for beginning an export of page content.
1 property 1 required
PageContentList
object
List of page content elements.
4 properties 2 required
DocumentMutateResponse
object
Base response type for an operation that mutates a document.
1 property 1 required
PageContentItemType
string
The type of content item in a page.
OutputFormat
string
Output format of the doc or page content.
PageContentDeleteResult
The result of a page content deletion.
PageContentOutputFormat
string
Supported output content formats that can be requested for getting content for an existing page.
Page_2
object
Metadata about a page.
18 properties 9 required
Image
object
Info about the image.
4 properties 1 required
PersonValue
A named reference to a person, where the person is identified by email address.
PageContentUpdate
object
Payload for updating the content of an existing page.
3 properties 2 required
PageViewersList
object
List of viewers per page.
4 properties 1 required
PageContentItemContent
object
Content details of the item.
4 properties 3 required
PageContentFormat
string
Supported content types for page (canvas) content.
PageWithContent
object
Info about a page.
8 properties 5 required
nextPageToken
string
If specified, an opaque token used to fetch the next page of results.
LinkedDataType
string
A schema.org identifier for the object.
PageContentItem
object
Content item in a page (canvas).
3 properties 2 required
Icon
object
Info about the icon.
3 properties 3 required
PageContentItemContentFormat
string
Content format for the item.
NextPageLink
string
If specified, a link that can be used to fetch the next page of results.
PageEmbedRenderMethod
string
Render mode for a page using the Embed page type.
PageContent
object
Content of a page
3 properties 2 required
PageContentExportStatusResponse
object
Response when requesting the status of a page content export.
5 properties 3 required
PageCreateResult
The result of a page creation.
PageType
string
The type of a page in a doc.
PageUpdate
object
Payload for updating a page.
6 properties
PageList
object
List of pages.
4 properties 2 required
PageCreate
object
Payload for creating a new page in a doc.
6 properties
PageLineStyle
string
The style of a line element in a canvas page.
nextPageLink
string
If specified, a link that can be used to fetch the next page of results.
PageCreateContent
Content that can be added to a page at creation time, either text (or rich text) or a URL to create a full-page embed.
PageReference
object
Reference to a page.
5 properties 5 required
User
object
Info about the user who initiated an action.
3 properties 3 required
LinkedDataObject
object
Base type for a JSON-LD (Linked Data) object.
3 properties 2 required
BeginPageContentExportResponse
object
Response when beginning an export of page content.
3 properties 3 required
PageContentDelete
object
Payload for deleting content from a page.
1 property
PageContent_2
object
Content to be added or replaced with in a page (canvas).
2 properties 2 required
PageContentInsertionMode
string
Mode for updating the content on an existing page.
Page
object
Info about a page.
7 properties 5 required
PageReference_2
object
Reference to a page.
5 properties 5 required
PageDeleteResult
The result of a page deletion.
PageUpdateResult
The result of a page update.
PageList_2
object
List of pages.
4 properties 1 required
PageViewersItem
object
Metadata with page info and page viewer user info
3 properties 3 required
NextPageToken
string
If specified, an opaque token used to fetch the next page of results.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

coda-project-pages-api-openapi.yml Raw ↑

Other APIs Coda Project publishes across the network.

Coda Project Account API
Coda Project Analytics API
Coda Project API Tokens API
Coda Project Automations API
Coda Project Columns API
Coda Project Controls API
Coda Project CustomDocDomains API
Coda Project Doc Export API
Coda Project Doc Permissions API
Coda Project Docs API
Coda Project Events API
Coda Project Folder Permissions API
Where this information came from

This is an independent, third-party profile of Coda Project Pages API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.