The document API for humans & agents

Spreadsheets & docs, created by code.

One API call creates a full spreadsheet or document. You get a shareable link. Anyone can open and edit it — no signup needed. Built for AI agents, automations, and developers.

500 free API calls / month · no card required

One request

POST your data. Get a living document back.

terminal — your agent, your script, your cron job
201 Created · "url": "/s/x7Kp2mQ9aB"
openofficeai.com/s/x7Kp2mQ9aBLive
fx=SUM(B2:B4)
A
B
C
1
Month
Revenue
Growth
2
July
48,200
+12%
3
Aug
61,900
+28%
4
Sept
79,400
+28%
5
Total
189,500

Shareable instantly. Editable by anyone. No signup to view.

XLSXPDFCSVDOCXFORMULASFORMATTINGSHARE LINKSLIVE EDITINGREST APIAI AGENTSXLSXPDFCSVDOCXFORMULASFORMATTINGSHARE LINKSLIVE EDITINGREST APIAI AGENTS

Everything included

The boring parts of documents, handled.

Built for AI agents

Plain JSON in, document out. Agent-friendly docs, predictable schemas, and errors your LLM can actually parse. Drop it into any tool-use loop.

{ "tool": "create_spreadsheet", "input": { … } }

One link, zero friction

Every document gets a clean URL. Viewers need nothing — no account, no app, no download.

/s/x7Kp2mQ9aB

A real editor

Full spreadsheet and document editing in the browser — formulas, formatting, the works. Not a static render.

fx=AVERAGE(B2:B14)*1.08

Export everything

XLSX, PDF, CSV, DOCX — one endpoint, pixel-faithful output. Pipe it to email, storage, or your customer.

XLSXPDFCSVDOCX

Documents, too

Not just grids. POST headings, paragraphs, and tables to /api/v1/docs and get a formatted document with the same shareable link.

Honest, usage-based pricing

Start at $0 with 500 calls a month. Scale to hundreds of thousands. Rate limits you can see in your dashboard, not discover in production.

How it works

From JSON to shared document in under a second.

Read the API docs
01

POST your data

Send a title and rows (or doc content) to /api/v1/sheets or /api/v1/docs. Auth with your API key — or skip it to try anonymously.

02

Get a link back

The response carries a shareable URL and an edit token. Store it, email it, hand it to your agent — it’s live immediately.

03

Edit, share, export

Anyone with the link opens a full editor in the browser. Download as XLSX, PDF, CSV, or DOCX whenever you want.

Stop building documents by hand.

Your first 500 API calls are free, every month. The first document takes about thirty seconds.

Read the docs