File storage & documents
coda.io
Coda (Superhuman Docs) sandbox and mock API
# Introduction The Superhuman Docs API is a RESTful API that lets you programmatically interact with data in Superhuman Docs (formerly Coda): * List and search documents * Create new docs and copy existing ones * Share and publish docs * Discover pages, tables, formulas, and controls * Read, insert, upsert, update, and delete rows If you plan to integrate Superhuman Docs with an AI tool, y Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 125
- Collections
- -
- Event types
- -
example request
curl https://your-coda.slurry.io/apis/v1/categories \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.6.0.
What gets simulated
Collections, relationships and state machines are worked out from the spec when you start the simulation.
- State. Creates, updates and deletes persist and show up in later reads.
- Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
- Webhooks. Every change emits a signed, retried event.
- Failure. Per-endpoint errors, latency and chaos rules, on demand.
Operations
First 12 of 125.
- GET/categories
- GET/docs
- POST/docs
- GET/docs/{docId}
- PATCH/docs/{docId}
- DELETE/docs/{docId}
- GET/docs/{docId}/acl/metadata
- GET/docs/{docId}/acl/permissions
- POST/docs/{docId}/acl/permissions
- DELETE/docs/{docId}/acl/permissions/{permissionId}
- GET/docs/{docId}/acl/principals/search
- GET/docs/{docId}/acl/settings