API Reference
Recommendation API
A minimal REST API for submitting client requirements and retrieving ranked shortlists. Designed for institutional integration — drop into advisory workflows, compliance systems, or white-label product flows.
Try the recommendation engineAuthentication
The MVP API runs without authentication in the current prototype. Production access uses API key authentication — institution-scoped keys passed as a header.
API key access is available on request for pilot partners. Request access →
Base URL
Prototype runs locally at http://localhost:3000
Typical integration flow
1
POST requirements
/api/recommendations
2
GET shortlist
…/{id}
3
GET compare
…/{id}/compare
4
GET export
?format=json
Endpoints
RecommendationRequest fields
Ready to integrate?
Try the recommendation engine in the UI first, then use the same logic via API.