API Reference
Send Interaction with trace
POST
You can use this endpoint to send a user interaction with its generation trace. A generation trace is a list of chain steps that the AI agentic system performed before generating the response.
For users of the european region, the correct endpoint is https://backend.eu.nebuly.com/event-ingestion/api/v2/events/trace_interaction.
To correctly track the costs of the interaction, it is mandatory to provide the API calls made to the LLM as LLMTraces. Ensure to pass the input and output tokens consumed to have more accurate cost estimation.
The interaction to send to the nebuly platform.
The full trace of your LLM agent or chain.
Boolean flag to anonymize your data