Data acquisition for SusAF Analyzer
Real-time import: Your data is fetched immediately and displayed directly in the list.
Automatic analysis: AI classification of imported reviews runs collectively every night at 00:00 Swiss time.
.csv (UTF-8 encoded). The delimiter (comma, semicolon, etc.) is detected automatically. A column must exist whose name exactly matches the Review Column Name defined above (e.g. a column named Review). Empty text fields are skipped.
Reviews can be sent directly to the system via HTTP POST request:
Endpoint:https://ip6.niconagl.ch/api/reviews/direct
{
"application_name": "WhatsApp",
"reviews": [
"The app keeps crashing after the latest update.",
"Very user friendly, easy on the battery in dark mode."
]
}