Chocodata · AsyncAPI Specification

Chocodata Webhooks

Version

View Spec View on GitHub Web ScrapingData ExtractionSERPE-Commerce Datasocial-media-dataProxyMCPagent-nativestructured-jsonAsyncAPIEvents

AsyncAPI Specification

Raw ↑
generated: '2026-09-03'
method: searched
source: https://chocodata.com/docs/endpoints/batch
type: webhook-catalog
note: >-
  Chocodata publishes no AsyncAPI document; this captures the real webhook surface documented
  on the async Batch endpoint page. Webhooks are configured per-batch via the webhook_url body
  parameter on POST /api/v1/{site}/batch (must be a public https URL).
events:
  - name: batch.completed
    description: >-
      Fired once when all items in an async batch have completed. The POST body is identical to
      the GET /api/v1/{site}/batch/{id} polling response — batch status, per-item results with
      http_status, data, duration_ms, and credits_charged.
    delivery: HTTP POST to the batch's webhook_url
    headers:
      - name: X-ASA-Batch-Id
        description: The batch UUID
      - name: X-ASA-Event
        description: Event name (batch.completed)
      - name: X-ASA-Signature
        description: sha256=<hmac-hex> — HMAC SHA-256 of the raw body
security:
  scheme: HMAC SHA-256 signature verification
  secret: webhook_signature_secret, returned exactly once in the 201 batch-creation response
  verification: Compute sha256 HMAC of the raw request body with the secret and timing-safe-compare against X-ASA-Signature.
fallback: Polling via GET /api/v1/{site}/batch/{id} (status pending | running | complete | failed) when no webhook_url is set.

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/chocodata-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.