Developer Docs

Changelog

Versioned, dated changes to the public API.

Dated, developer-facing changes to the public API and SDKs — new endpoints, new events, changed costs, releases. This is distinct from our internal engineering changelog.

  1. addedv1

    New endpoints: Creator Stories, Watchlist API, LIVE playback, creator search, alert-rule editing

    GET /v1/creators/:uid/stories (content:read) returns a creator's active story tray. The workspace Watchlist is now an API: GET/POST/DELETE /v1/watchlist under the new watchlist:manage scope (not credit-metered). GET /v1/creators (creator:read) searches the observed creator set, and GET /v1/live/creators/:uid/playback (live:stream) returns HLS/FLV sources for a live room. Alert rules gained PATCH, DELETE and a test-fire POST. Every response now carries a full typed schema in the OpenAPI reference.

  2. addedv1

    Developer docs: Realtime guide, SDK pages, versioning, changelog & status

    Full Realtime guide with the complete event-type reference (10 events, no more), SDK docs for both clients with runnable samples, plus this versioning policy, public changelog and live status page.

  3. addedv1

    Python SDK — toktik 0.1.0

    Official Python client: dependency-free REST plus an asyncio realtime LIVE-event client. Feature parity with @toktik/sdk-js.

  4. addedv1

    JavaScript SDK — @toktik/sdk-js 0.2.0

    Namespaced typed client (rankings, live, creators, content, gifters, trends, exports, account) plus the realtime stream client.

  5. addedv1

    Realtime LIVE event WebSocket

    Any-creator realtime stream at /v1/live/stream with a REST-minted handshake token, honest queued/active/offline statuses, and room-minute metering.

  6. addedv1

    Public /v1 data-plane + OpenAPI contract

    Bearer-key REST surface across rankings, live, gifters, creators, content and trends, served with a live GET /openapi.json.