Spot AI · AsyncAPI Specification
Spot Webhooks
Version
View Spec
View on GitHub
CompanyVideoPhysical SecuritySurveillanceComputer-VisionArtificial IntelligenceCameraAnalyticsLicense Plate RecognitionWebhookIntegrationAsyncAPIEvents
AsyncAPI Specification
generated: '2026-07-21'
method: searched
source: https://developers.spot.ai/reference/webhooks
spec_type: Webhooks
summary: >-
Spot AI delivers real-time events to consumer HTTP endpoints as signed POST
requests. Messages carry Spot-Webhook-Signature (raw RSA256 signature) and
Spot-Webhook-Meta (JSON: exp, iat, kid) headers. Verify against the per-org
JWKS. Consumers acknowledge with any 2xx; unacknowledged messages are retried
on exponential backoff up to 5 attempts.
delivery:
transport: https
method: POST
signature: RSA256 (asymmetric)
signature_header: Spot-Webhook-Signature
meta_header: Spot-Webhook-Meta
jwks_url: https://jwks.spot.ai/webhooks/{org_id}/keys.json
replay_protection: Spot-Webhook-Meta.exp (epoch seconds)
retries: exponential backoff, max 5 attempts
ack: any 2xx status code
events:
- type: agent.event
description: >-
Fired by AI Agents; payload includes camera {id,name}, location
{id,name,timezone}, and agent {id,name,message}.
example_payload_fields:
- event_type
- timestamp
- webhook_id
- data.camera
- data.location
- data.agent
integration_ingestion:
description: >-
Spot Connect also ingests inbound events from external systems (the reverse
direction) via POST /v1/integrations/{integration_id}/events
(IntegrationEventIngestionWebhook) and bulk import
(CreateIntegrationEvents).
operations:
- openapi/spot-connect-openapi.json#IntegrationEventIngestionWebhook
- openapi/spot-connect-openapi.json#CreateIntegrationEvents
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.
Call it yourself
curl for this page
This AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/spot-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.