Skip to main content
POST
Create an experiment

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 body for creating a new experiment

title
string
required

The title of the experiment

Required string length: 1 - 255
Example:

"Credit Card Block"

description
string
required

The experiment description

Example:

"Wants to block their credit card"

assignee
string

User ID of the person assigned to this experiment

Example:

"user_123456789"

inferenceStepIds
string[]

List of inference step ids used in the experiment

Example:
taskIds
string[]

List of task ids used in the experiment

Example:

Response

Successfully created experiment

Response containing a single experiment

data
object
required