Create test set
Create a new test set.
Authorizations
Organization API key for authentication
Body
Request body for creating a test set
Human-readable test set name
1 - 100"Customer Support Scenarios"
URL-friendly identifier (auto-generated from display_name if not provided)
100"customer-support-scenarios"
Test set description
"Test cases for customer support agent"
Test set type (e.g., DEFAULT, SCENARIO, TRANSCRIPT, WORKFLOW)
50"SCENARIO"
Additional test set configuration (JSON)
{ "category": "support", "priority": "high" }Test case parameterization
{
"customer_name": ["Alice", "Bob"],
"issue_type": ["billing", "technical"]
}Tags to associate with this test set. Null or omitted creates the test set with no tags. Pass [] for an empty tag list.
["regression"]Response
Test set created successfully
Test set resource representation.

