curl --request POST \
--url https://platform.kodexa.ai/api/events/ui \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{}'Publishes a single UI event for real-time processing and notification delivery.
curl --request POST \
--url https://platform.kodexa.ai/api/events/ui \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{}'API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
The body is of type object.
Event accepted — the event has been queued for processing.