Skip to main content
POST
/
test-sets
/
{test_set_id}
/
items
Add test set items
curl --request POST \
  --url https://api.trymaitai.ai/api/v1/test-sets/{test_set_id}/items \
  --header 'Content-Type: application/json' \
  --header 'X-Maitai-Api-Key: <api-key>' \
  --data '{}'
{
  "data": "<unknown>"
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

test_set_id
integer
required

Body

application/json

The body is of type object.

Response

200 - application/json

Add test set items.

data
any