Authorizations
Most Braintrust endpoints are authenticated by providing your API key as a header Authorization: Bearer [api_key] to your HTTP request. You can create an API key in the Braintrust organization settings page.
Body
application/json
A mapping from event object type -> object id -> events to insert
A mapping from experiment id to a set of log events and feedback items to insert
A mapping from dataset id to a set of log events and feedback items to insert
A mapping from project id to a set of log events and feedback items to insert
Response
Returns the inserted row ids for the events on each individual object