A secure REST API, low-cost OTP & SMS, real-time webhooks, audience analytics and campaign tools — everything you need to grow on Gossip and ship integrations, in one developer console.
Products
Stop stitching vendors together. Ship verification, growth and integrations on a single, secure platform.
Versioned, read-only-by-default endpoints for profiles, buzzes, sips and search. Stable contract, OpenAPI docs, served from FastAPI over the same source of truth.
One API for verification and notifications. In-app OTP is free; SMS is a flat 1 Ɏ per message with automatic fallback when a user is offline.
Subscribe to events and receive HMAC-signed deliveries. Secrets are shown once, rotatable any time, and never retrievable after creation.
Follower growth, content performance, top buzzes & sips, and comment intelligence with keyword highlighting and auto-tagging.
Run reach and boost campaigns in coins, then track wallet balance, USD earnings and every transaction from one console.
Every key is metered per day — API calls, bandwidth in/out and error rate — so you can watch quota and spot anomalies in the dashboard.
Developer experience
Authenticate with a single bearer key. Test keys hit a sandbox; live keys hit production. Scopes are read-only until you ask for more.
# Fetch recent buzzes for a profile
curl https://api.gossipbuzz.app/v1/buzzes?author=mohan \
-H "Authorization: Bearer gsk_live_••••••••"
{
"data": [
{
"id": "b_8f2c…",
"type": "text",
"text": "दार्चुलाको कोसेली",
"reactions": 128,
"comments": 14,
"created_at": "2026-06-10T09:21:00Z"
}
],
"next_cursor": null
}Pricing
No setup fees. Transparent per-message and per-call pricing. Upgrade or downgrade any time from the dashboard.
For prototypes & personal apps
For production apps & creators
For high-volume partners
FAQ
Create a key in the dashboard and copy the secret immediately — it is shown exactly once and stored only as a hash. Use it as an Authorization: Bearer header. Test keys hit a sandbox; live keys hit production.
Yes. Each webhook has its own signing secret (also shown once) and every delivery is HMAC-signed so you can verify it came from Gossip. Rotate the secret any time.
In-app OTP is free. SMS is a flat 1 Ɏ per message with automatic fallback when the recipient is offline. No setup or monthly fees.
Public, read-only social data by default — profiles, buzzes, sips and search. Write and messaging scopes are opt-in and reviewed.
Per key, per day: API calls, bandwidth in and out, and error count. You can watch it live in the dashboard and set alerts as you approach your tier limit.
Create a key, hit the sandbox, and go live when you’re ready — all from one secure console.
Get started — free