API Reference
Base URL: https://aic-backend-87872864140.africa-south1.run.app/api/v1
Authorization: Bearer <token> in the request header. Obtain a token from POST /auth/login.Authentication
/auth/registerRegister a new user account
{ "email": "...", "password": "...", "full_name": "..." }/auth/loginObtain a JWT access token
{ "email": "...", "password": "..." }/auth/profile🔒 Auth requiredReturn the current authenticated user's profile
Countries & Indicators
/countriesList all 54 African countries
/indicatorsList all tracked economic indicators
/macro-dataQuery time-series data by country + indicator
Datasets
/datasetsPaginated list of uploaded datasets
/datasets/uploadUpload a CSV/Excel/Parquet dataset
/datasets/{id}Dataset detail with column profiles
/datasets/{id}/profileTrigger column profiling job
/datasets/{id}Delete a dataset
Data Connectors
/connectorsList all registered data source connectors
/connectors/{id}/healthLive health check for a connector
/connectors/{id}/syncTrigger a manual data sync
/connectors/{id}/sync/historySync job history
Health Monitoring
/health/sourcesAggregate health for all data sources
/health/sources/{id}Health detail for a single source
AI Research (RAG)
/rag/queryAsk a natural language question; returns an AI answer with source citations
{ "query": "...", "history": [] }Semantic Search
/search/semantic?q=poverty+headcount&limit=10Natural language search over all indicators and datasets
SDG Analytics
/sdg/goalsList all 17 SDG goals with matched indicators from the AIC database
/sdg/data?goal=1&country=NGATime-series data for a specific SDG goal, optionally filtered by country
Surveys & Schedules
/surveysList household survey datasets
/schedulesList connector sync schedules