Create a new test set.
Organization API key for authentication
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"]
}
Test set created successfully
Test set resource representation.