📄️ Append Data
Append data endpoint allows you to upload your historical data to the platform.
📄️ Override Data
Override data endpoint allows you to override the historical data in your collection with new data.
📄️ Get a Data Dump
It is possible to get a dump of the data using the endpoint /api/collection//data/{dataType}/dump.
📄️ Data Schemas
Churn Prediction leverages historical data to forecast the likelihood of customers leaving a service.
📄️ Validation errors
When uploading or overriding data, it is essential that the data conform to the platform's schema. The platform performs validation on your data to ensure it meets the required format, types, and constraints. Due to the complexity of data compliance with our schemas, it is common to encounter validation errors during upload.