Samora AI · AsyncAPI Specification

Samora AI Webhooks

Version 2.0

Real-time call events delivered by Samora AI to a subscriber-provided HTTPS endpoint. Subscriptions are managed via the REST /v2/webhooks operations; each subscription returns a signing secret used to verify payload signatures.

View Spec View on GitHub CompanyVoice AgentsConversational AIVoice AITelephonyCustomer CommunicationsContact CenterCampaignsWebhookAsyncAPIEventsWebhooks

Channels

callEvents
The subscriber endpoint that receives Samora AI call event deliveries.

Messages

CallStarted
Call started
Emitted when a call begins.
CallFinished
Call finished
Emitted when a call ends; transcript and recording become available.
CallFailed
Call failed
Emitted when a call fails, is rejected, or is unanswered.

Servers

https
subscriber
Subscriber-hosted HTTPS endpoint registered via POST /v2/webhooks.

AsyncAPI Specification

Raw ↑
asyncapi: 3.0.0
info:
  title: Samora AI Webhooks
  version: '2.0'
  description: >-
    Real-time call events delivered by Samora AI to a subscriber-provided HTTPS
    endpoint. Subscriptions are managed via the REST /v2/webhooks operations;
    each subscription returns a signing secret used to verify payload signatures.
  x-provenance:
    generated: '2026-07-21'
    method: generated
    source: https://docs.samora.ai
    note: >-
      Derived from the documented Samora AI webhook surface (event types and
      management endpoints). Payload field schemas beyond the documented values
      are not asserted.
defaultContentType: application/json
servers:
  subscriber:
    host: your-endpoint.example.com
    protocol: https
    description: Subscriber-hosted HTTPS endpoint registered via POST /v2/webhooks.
channels:
  callEvents:
    address: /
    description: The subscriber endpoint that receives Samora AI call event deliveries.
    messages:
      callStarted:
        $ref: '#/components/messages/CallStarted'
      callFinished:
        $ref: '#/components/messages/CallFinished'
      callFailed:
        $ref: '#/components/messages/CallFailed'
operations:
  receiveCallEvent:
    action: receive
    channel:
      $ref: '#/channels/callEvents'
    messages:
      - $ref: '#/channels/callEvents/messages/callStarted'
      - $ref: '#/channels/callEvents/messages/callFinished'
      - $ref: '#/channels/callEvents/messages/callFailed'
components:
  messages:
    CallStarted:
      name: CALL_STARTED
      title: Call started
      summary: Emitted when a call begins.
      payload:
        $ref: '#/components/schemas/CallEvent'
    CallFinished:
      name: CALL_FINISHED
      title: Call finished
      summary: Emitted when a call ends; transcript and recording become available.
      payload:
        $ref: '#/components/schemas/CallEvent'
    CallFailed:
      name: CALL_FAILED
      title: Call failed
      summary: Emitted when a call fails, is rejected, or is unanswered.
      payload:
        $ref: '#/components/schemas/CallEvent'
  schemas:
    CallEvent:
      type: object
      properties:
        event:
          type: string
          enum: [CALL_STARTED, CALL_FINISHED, CALL_FAILED]
        call_id:
          type: string
          format: uuid
        status:
          type: string
          enum: [PENDING, TRIGGERED, ONGOING, CALL_FINISHED, UNANSWERED, REJECTED]
        transcript_url:
          type: string
          format: uri
          description: Present on CALL_FINISHED; presigned, valid 60 minutes.
        recording_url:
          type: string
          format: uri
          description: Present on CALL_FINISHED; presigned, valid 60 minutes.

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/samora-ai-webhooks-asyncapi"
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.