Auto seasonality 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.

Body Params

The JSON object with name of the file to be uploaded

string

The name of the file to be pushed to the ingest URL

Response

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json