Black Crow AI Events API

Live, versioned HTTP event-ingest API behind the Black Crow AI JavaScript tag. POST /v1/events/{event_name} accepts a JSON body identified by siteName, pageId and visitorId and carries the visit, purchase, cart, identity, score-update and Predictive Offer event families; POST /v1/events/platform carries partner-platform events. Unauthenticated and fully CORS-open, because it is called from the browser. A matching sandbox host runs at api.sandbox.blackcrow.ai. Black Crow AI publishes no OpenAPI and no developer reference for this surface — everything recorded here was probed live or read from the provider's own shipped bundle.

API entry from apis.yml

apis.yml Raw ↑
name: Black Crow AI Events API
description: Live, versioned HTTP event-ingest API behind the Black Crow AI JavaScript tag. POST /v1/events/{event_name}
  accepts a JSON body identified by siteName, pageId and visitorId and carries the visit, purchase, cart,
  identity, score-update and Predictive Offer event families; POST /v1/events/platform carries partner-platform
  events. Unauthenticated and fully CORS-open, because it is called from the browser. A matching sandbox
  host runs at api.sandbox.blackcrow.ai. Black Crow AI publishes no OpenAPI and no developer reference
  for this surface — everything recorded here was probed live or read from the provider's own shipped
  bundle.
humanURL: https://blackcrow.zendesk.com/hc/en-us/articles/20203743583387-JavaScript
baseURL: https://api.blackcrow.ai/v1
tags:
- Analytics
- Event Ingest
- Ecommerce
- Personalization
- Conversion Optimization
properties:
- type: Documentation
  url: https://blackcrow.zendesk.com/hc/en-us/articles/20203743583387-JavaScript
- type: Authentication
  url: authentication/black-crow-ai-authentication.yml
- type: Conventions
  url: conventions/black-crow-ai-conventions.yml
- type: ErrorCatalog
  url: errors/black-crow-ai-error-codes.yml
- type: Sandbox
  url: sandbox/black-crow-ai-sandbox.yml
- type: RateLimits
  url: rate-limits/black-crow-ai-rate-limits.yml
- type: Lifecycle
  url: lifecycle/black-crow-ai-lifecycle.yml
- type: Conformance
  url: conformance/black-crow-ai-conformance.yml