Record experiment items in bulk

Record experiment items in bulk with traces, spans, and feedback scores. Maximum request size is 4MB.

Request

This endpoint expects an object.
experiment_namestringRequired>=1 character
dataset_namestringRequired>=1 character
itemslist of objectsRequired
experiment_idstringOptionalformat: "uuid"
Optional experiment ID. If provided, items will be added to the existing experiment and experimentName will be ignored. If not provided or experiment with that ID doesn't exist, a new experiment will be created with the given experimentName

Errors