POST
/
event-ingestion
/
api
/
v1
/
events
/
interactions
curl --request POST \
  --url https://backend.nebuly.com/event-ingestion/api/v1/events/interactions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "interaction": {
    "input": "<string>",
    "output": "<string>",
    "time_start": "<string>",
    "time_end": "<string>",
    "history": [
      [
        "<string>"
      ]
    ],
    "end_user": "<string>",
    "rag_sources": [
      "<string>"
    ],
    "model": "<string>",
    "system_prompt": "<string>",
    "tags": {},
    "feature_flag": [
      "<string>"
    ]
  },
  "anonymize": true
}'
interaction
object
required

The interaction to send to the nebuly platform.

anonymize
boolean
default: "true"

Boolean flag to anonymize your data