API Documentation
RESTful API for accessing platform data programmatically.
https://data-driven-models.cloud/apiAll responses are JSON. Authentication is required for data access endpoints. Public endpoints return platform metadata only.
Public Endpoints
List all public research projects with metadata (name, status, partner count, grant info).
Platform statistics: project count, ML model count, partner count, countries.
Data Endpoints
Browse project datasets organised by category. Returns file listings with metadata.
Download a specific data file. Requires project access permission.
Model Endpoints
List deployed ML models with version history, metrics (R2, MAE), and status.
AI Assistant
Check if the AI assistant is configured and online.
Send a message to the AI assistant. Accepts JSON body with message and history fields. Returns AI response with optional chart specifications.
Authentication
/auth/login to obtain a session cookie.
For programmatic access, contact the administrator to discuss API key authentication options.