OpenAPI 3.0 specifications for all 13 social media platforms supported by Zernio.
Use these specs to explore, test, and build integrations with the APIs behind the most popular social media platforms.
| Platform | File | Endpoints | Source |
|---|---|---|---|
pinterest.yaml |
236 | Official spec | |
| Twitter/X | twitter.yaml |
147 | Official spec |
reddit.yaml |
50 | Official docs | |
| YouTube | youtube.yaml |
42 | Official docs |
instagram.yaml |
36 | Official docs | |
| Telegram | telegram.yaml |
34 | Official spec |
| Bluesky | bluesky.yaml |
34 | Official docs |
| Threads | threads.yaml |
29 | Official docs |
| Google Business | googlebusiness.yaml |
48 | Official docs |
facebook.yaml |
28 | Official docs | |
| Snapchat | snapchat.yaml |
27 | Official docs |
linkedin.yaml |
27 | Official docs | |
| TikTok (developer lane) | tiktok.yaml |
22 | Official docs |
| TikTok for Business | tiktok-business.yaml |
21 | Official docs + live verification |
| Total | 781 | 13 platforms, 14 specs |
TikTok ships two unrelated organic APIs.
tiktok.yamlis the developer lane onopen.tiktokapis.com(Content Posting, Display, Research).tiktok-business.yamlis the TikTok for Business lane onbusiness-api.tiktok.com(Accounts, publishing, comment reads, Business Messaging). They use different hosts, different portals, different auth headers and app-scoped identities that do not map onto each other, so an integration picks one.
- Official specs — Downloaded directly from platform-maintained repositories (Pinterest, Twitter/X, Telegram)
- Official docs — Hand-crafted from official API documentation, covering all available endpoints
- Official docs + live verification: hand-crafted from official documentation and corrected against live production responses where the docs are absent or wrong
These specs work with any OpenAPI-compatible tool:
- Swagger Editor — Visualize and explore endpoints
- Postman — Import and test API calls
- Insomnia — API client with OpenAPI support
- Code generation — Use OpenAPI Generator to generate client SDKs
Zernio is a social media API for developers. One unified API to publish content across all 13 platforms listed above. No need to wrangle individual platform APIs, OAuth flows, or rate limits yourself.
👉 Get started — Start building for free.
Found a missing endpoint or an error? PRs are welcome! Please make sure your changes follow the OpenAPI 3.0.3 specification.
MIT