post
https://api.kevel.co/v1/forecaster/auto-seasonality/ingest-url
This endpoint allows you to bootstrap auto seasonality, by uploading a *.csv file directly to Kevel Forecast.
When you create a new ingest URL, we'll give you back a signed URL to upload the file to.
The file needs to be in CSV format, containing the total events per day with the following format, where:
events: the total number of events for a given day.site:<ID>: the total number of events for a specific site where<ID>is the the Kevel's Site identifier.
date,events,site:4572,site:7643
2025-01-01,236632,206845,29787
2025-01-02,690062,288547,401515
Kevel Forecast requires 13 months of data for the boostrap.
