Path Parameters
Body
application/json
Request body containing test name, description, variations, and context
Response
The suggestions generated by AI by tones.
{
"suggestions": [
{
"field": "<string>",
"value": "<string>"
}
]
}Generates suggestions for an A/B test based on user input and context
{
"suggestions": [
{
"field": "<string>",
"value": "<string>"
}
]
}Request body containing test name, description, variations, and context
The suggestions generated by AI by tones.
Show child attributes