Developer Documentation
Everything you need to integrate connection intelligence into your platform.
Quick Start
Up and running in under 5 minutes.
Sign up for API access
Apply for early access on the waitlist page. You'll receive your credentials within 24 hours.
Get your API key
Find your API key in the dashboard under Settings → API Keys. Keep it secret — treat it like a password.
Make your first request
Using cURL:
Or with the JavaScript SDK:
Authentication
All API requests must include a valid JWT (JSON Web Token) in the Authorization header using the Bearer scheme. Tokens expire after 24 hours and can be refreshed using your API key. Never expose your token in client-side code — always make API calls from a secure server environment.
API Reference
Base URL: https://api.elodtx.com
/api/v1/compatibilityGet compatibility score between two users
Request
Response
/api/v1/feedGet personalized ranked feed for a user
Response
/api/v1/proximity/locationUpdate user location hash for proximity matching
Request
Response
/api/v1/knowme/questionsGet today's Know Me questions for a user
Response
/api/v1/whisper/suggestGet contextual conversation suggestion
Request
Response
Code Examples
Compatibility check — full example in JavaScript, Python, and Swift.
Rate Limits
Requests exceeding these limits return a 429 Too Many Requests response. Burst limits allow short traffic spikes above the per-minute rate.
| Tier | Requests / min | Requests / day | Burst limit |
|---|---|---|---|
| Starter | 60 | 10,000 | 100 |
| Growth | 300 | 100,000 | 500 |
| Scale | 1,000 | 1,000,000 | 2,000 |
Pricing Calculator
Estimate your monthly cost based on monthly active users.
Monthly Active Users
25,000
$3,900/mo
$0.16/user
per user
SDKs
Official SDKs for the most popular languages and platforms.