Skip to main content
POST
/
eventTrace
/
batch
Create event traces in batch
curl --request POST \
  --url https://demo.enneo.ai/api/mind/eventTrace/batch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "traces": [
    {}
  ]
}
'
{
  "success": true,
  "eventTraces": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT-based authentication

Body

application/json
traces
object[]

Response

Created

success
boolean
Example:

true

eventTraces
object[]