curl --request POST \
--url https://api.example.com/api/v1/accounts/{accountId}/ai/suggest-ab-test \
--header 'Content-Type: application/json' \
--data '
{
"widgetConfigurationId": "<string>",
"fields": [
"<string>"
]
}
'{
"suggestions": [
{
"field": "<string>",
"value": "<string>"
}
]
}Generates suggestions for an A/B test based on user input and context
curl --request POST \
--url https://api.example.com/api/v1/accounts/{accountId}/ai/suggest-ab-test \
--header 'Content-Type: application/json' \
--data '
{
"widgetConfigurationId": "<string>",
"fields": [
"<string>"
]
}
'{
"suggestions": [
{
"field": "<string>",
"value": "<string>"
}
]
}Request body containing test name, description, variations, and context
The suggestions generated by AI by tones.
Show child attributes