Parameter | Type | Required? | Description |
---|---|---|---|
text | String | yes | Text of sending. If it has title and content, combine them as one text. |
channel | String | yes | Channel of sending. One of ["email", "push", "sms"]. |
kpi | String | yes | KPIs to predict. One of ["ctr", "open_rate"]. |
When successful, returns:
{
"prediction": 0.5
}