| Parameter | Type | Required? | Description |
|---|---|---|---|
| channel | String | yes | Channel of sending. One of ["email", "push", "sms"]. |
| kpi | String | yes | KPI to predict. One of ["ctr", "open_rate"]. |
| sending_date | Date | yes | Date of sending. |
| sending_hour | Integer | yes | Hour of sending in local time. |
| text | String | yes | Sending text. For emails, it should contain both title and content, separated with a space. |
When successful, returns:
{
"baseline": 10.00,
"prediction": 12.34,
}