When successful, returns:
{ "predictions": [ { "baseline": 10.00, "prediction": 12.34, }, { "baseline": 11.00, "prediction": 13.34, } ] }
[ { "channel": "sms", "kpi": "open_rate", "sending_date": "2024-04-20", "sending_hour": 16, "text": "Canis acervus maxime trepide conculco strues. Calco placeat ipsam tibi." }, { "channel": "sms", "kpi": "open_rate", "sending_date": "2024-04-21", "sending_hour": 16, "text": "Canis acervus maxime trepide conculco strues. Calco placeat ipsam tibi." } ]
curl --location --request POST 'https://api.mpc.dev.placewise.com/v2/ml/sending/bulk_predict_sending_popularity' \ --header 'X-User-Agent: ApiDog' \ --header 'X-Product-Name: default' \ --header 'X-Loyalty-Club-Slug: infinity-mall' \ --header 'X-Customer: 447' \ --header 'Authorization: Bearer ' \ --header 'X-Client-Authorization: ' \ --header 'Content-Type: application/json' \ --data-raw '[ { "channel": "sms", "kpi": "open_rate", "sending_date": "2024-04-20", "sending_hour": 16, "text": "Canis acervus maxime trepide conculco strues. Calco placeat ipsam tibi." }, { "channel": "sms", "kpi": "open_rate", "sending_date": "2024-04-21", "sending_hour": 16, "text": "Canis acervus maxime trepide conculco strues. Calco placeat ipsam tibi." } ]'
{ "predictions": [ { "baseline": 0, "prediction": 0 } ] }