Events
Ingest events
Ingests an event or batch of events following the CloudEvents specification.
post/api/v1/events
Request body
Example request
{
"id": "5c10fade-1c9e-4d6c-8275-c52c36731d3c",
"source": "service-name",
"specversion": "1.0",
"type": "prompt",
"subject": "customer-id",
"time": "2023-01-01T01:01:01.001Z"
}Response
There is no content to send for this request, but the headers may be useful.