| Parameter | Type | Required? | Description |
|---|---|---|---|
| sendings | list[JSON] | yes | List of sending payloads, same as single sending prediction |
When successful, returns:
{
"predictions": [
{
"baseline": 10.00,
"prediction": 12.34,
},
{
"baseline": 11.00,
"prediction": 13.34,
}
]
}