Telegraph
Create attractive blogs easily, to share
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Social
- Documentation / URL
- https://telegra.ph/api
Overview
Telegraph (Telegra.ph) lets you create anonymous pages — keyless reads, access_token for authoring.
⚠️ Gotcha (verified 2026-08): an invalid token returns HTTP 200 with
{"ok":false,"error":"ACCESS_TOKEN_INVALID"}— check theokfield, not just the status code.
Quick Start
Account info (valid token required):
curl "https://api.telegra.ph/getAccountInfo?access_token=YOUR_TOKEN"
{ "ok": true, "result": { "short_name": "mypage", "page_count": 3 } }
Authentication
- Create an account via
createAccount→ get anaccess_token. - Pass it as the
access_tokenparameter.
Rate Limits & Notes
- Free; be polite — no hard published limit.
- Methods:
createAccount,createPage,getPage,getViews.
FAQ
Is Telegraph free? Yes — free anonymous publishing.
Why 200 with ok:false?
Errors come as 200 + ok:false (verified) — always check ok.
What can I do? Create and manage anonymous pages.
More in Social
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 4chan Simple image-based bulletin board dedicated to a variety of topics | No auth | Yes | Yes | ↗ |
| Ayrshare Social media APIs to post, get analytics, and manage multiple users social media accounts | API Key | Yes | Yes | ↗ |
| aztro Daily horoscope info for yesterday, today, and tomorrow | No auth | Yes | Unknown | ↗ |
| Blogger The Blogger APIs allows client applications to view and update Blogger content | OAuth | Yes | Unknown | ↗ |
| Bluesky Decentralized social networking via the AT protocol | No auth | Yes | Yes | ↗ |