v1 API now in early access

Build on Gossip. One platform, every social primitive.

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.

Free in-app OTP One-time secret keys HMAC-signed webhooks Read-only by default
REST + JSONOpenAPI 3.1FastAPINeon PostgresWebhooksOAuth-style keys

Products

Everything in one developer console

Stop stitching vendors together. Ship verification, growth and integrations on a single, secure platform.

Public REST API

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.

OTP & SMS

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.

Real-time webhooks

Subscribe to events and receive HMAC-signed deliveries. Secrets are shown once, rotatable any time, and never retrievable after creation.

Audience analytics

Follower growth, content performance, top buzzes & sips, and comment intelligence with keyword highlighting and auto-tagging.

Campaigns & earnings

Run reach and boost campaigns in coins, then track wallet balance, USD earnings and every transaction from one console.

Usage metering

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

A clean API you can call in seconds

Authenticate with a single bearer key. Test keys hit a sandbox; live keys hit production. Scopes are read-only until you ask for more.

  • Keys are stored hashed — the secret is shown exactly once.
  • Every request is signed, scoped and rate-limited per key.
  • Interactive OpenAPI docs — try calls from the browser.
terminal
# 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

Start free, pay as you grow

No setup fees. Transparent per-message and per-call pricing. Upgrade or downgrade any time from the dashboard.

Free

For prototypes & personal apps

Free/ forever
  • 100 requests / day
  • All read endpoints
  • In-app OTP ($0.0001)
  • Community support
Start free
Most popular

Pro

For production apps & creators

$9.99/ per month
  • 100,000 requests / day
  • Promo messages ($0.01)
  • AI generate & moderate
  • Analytics, reporting & export
  • Email support
Upgrade in console

Scale

For high-volume partners

Custom/ contact us
  • Custom rate limits
  • Dedicated keys & scopes
  • Priority webhooks
  • SLA & onboarding
Talk to us

FAQ

Questions, answered

How do API keys work?+

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.

Are webhooks secure?+

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.

What does OTP & SMS cost?+

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.

What can the API access?+

Public, read-only social data by default — profiles, buzzes, sips and search. Write and messaging scopes are opt-in and reviewed.

How is usage metered?+

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.

Ship your first call today

Create a key, hit the sandbox, and go live when you’re ready — all from one secure console.

Get started — free