Skip to main content
POST
/
api
/
events
/
ui
/
batch
Publish UI events batch
curl --request POST \
  --url https://platform.kodexa.ai/api/events/ui/batch \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '[
  {}
]'

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Body

application/json

Response

Events accepted — all events have been queued for processing.