Blng · AsyncAPI Specification

Blng Webhooks

Version

View Spec View on GitHub CompanyJewelryGenerative AIDesignCreative ToolsRenderingMarketingRetail3D ModelsImage-GenerationWorkspacesBillingOpenAPIAWS CognitoAsyncAPIEvents

AsyncAPI Specification

Raw ↑
generated: '2026-08-13'
method: derived
source: openapi/blng-billing-api-openapi.yml
asyncapi_published: false
consumer_webhooks: false
note: >-
  BLNG publishes no AsyncAPI definition and no event or streaming contract for consumers. The only
  webhook endpoints anywhere in its three specs are INBOUND receivers that Stripe calls — BLNG is the
  subscriber, not the publisher. There is no way for an integrator or agent to subscribe to a BLNG
  event, so NO `Webhooks` or `AsyncAPI` pointer is wired in apis.yml. Recording the receivers here is a
  factual note about the billing integration, not evidence of an event surface.
  This is an honest absence, and the asyncapi scoring family is N/A for this provider rather than failed.
inbound_receivers:
  direction: inbound (Stripe -> BLNG)
  api: BLNG Billing API
  host: https://billing.blng.ai
  endpoints:
  - path: /billing/webhook/checkoutSessionCompleted
    method: POST
    tag: Webhook
    source_event: Stripe checkout.session.completed
    request_schema: CheckoutSessionCompletedRequest
  - path: /billing/webhook/customerSubscriptionUpdated
    method: POST
    tag: Webhook
    source_event: Stripe customer.subscription.updated
    request_schema: StripeSubscription
  - path: /billing/webhook/customerSubscriptionDeleted
    method: POST
    tag: Webhook
    source_event: Stripe customer.subscription.deleted
    request_schema: StripeSubscription
realtime_surfaces:
  note: >-
    The BLNG web application does hold long-lived connections, discoverable from the app's
    Content-Security-Policy connect-src directive — wss://gws.blng.ai, wss://crdt.blng.ai (collaborative
    editing / CRDT sync) and wss://voice.blng.ai. All three answer HTTP 426 Upgrade Required to a plain
    GET and publish no schema, catalog or documentation. They are recorded as observed transport, not as
    a contract, and nothing is derived from them.
  endpoints:
  - url: wss://gws.blng.ai
    probe_status: 426
    documented: false
  - url: wss://crdt.blng.ai
    probe_status: 426
    documented: false
  - url: wss://voice.blng.ai
    probe_status: null
    probe_note: no TLS handshake to a plain HTTPS GET
    documented: false
  source: Content-Security-Policy header of https://app.blng.ai/
async_pattern_in_rest:
  note: >-
    Long-running work in the Journey API is polled, not pushed — 202 Accepted followed by
    getModelGeneration / listModelGenerations or getDesignPlanForJourney. See conventions/blng-conventions.yml.

Work with this as data

Every AsyncAPI spec here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for asyncapi

4 MCP tools reach this
  • find_asyncapisBrowse and filter every AsyncAPI spec in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/blng-webhooks"
All asyncapi
curl "https://apis.io/api/v1/asyncapis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.