dating, hiring, etc.). After that, three endpoints get you a working integration.
Authenticate
Authorization: Bearer $JEAN_API_KEY.
1. Add a user
Send raw text and let the platform extract structure, or sendfields directly if you already have it.
2. Find matches
"filters": { "location_within_km": 50 } to apply hard constraints. Stages can be tuned via "stages": { "llm_judge": true } (off by default for latency).
3. Send feedback
POST /train.
Next
Concepts
Users, schemas, matches, feedback.
API Reference
Live playground.

