Skip to main content
POST
JavaScript

Authorizations

x-api-key
string
header
required

Your unique Avido API key

x-application-id
string
header
required

Your unique Avido Application ID

Body

application/json

Request schema for ingesting events into the system.

events
Ingest Event · object[]
required

Array of events to be ingested, which can be traces or steps.

An event represents one step in the interaction with your AI application, such as a RAG call, reranker, tool call, LLM trigger, agent orchestration, embedding, guardrail check, evaluator, response, or user request.

Example:

Response

Successfully ingested events.

Response schema for successful event ingestion.

data
object[]
required

Array of results for each ingested event.