Ilki API
Embed behavioral micro-coaching into any product
Nudge Delivery API
Generate and deliver perfectly-timed micro-actions based on user context and behavioral patterns.
Behavioral Pattern API
Access user behavioral models and predict optimal intervention windows for maximum impact.
Stress Detection API
Detect elevated stress signals in real-time and trigger automatic calming micro-interventions.
Authentication Example
curl -X POST https://api.ilki.fit/v1/nudge/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"user_id": "usr_abc123",
"context": "pre-meeting",
"goal": "focus",
"max_duration_seconds": 60
}'Response Example
{
"nudge_id": "ndg_xyz789",
"type": "breathing_exercise",
"title": "Focus Reset",
"description": "4-7-8 breathing technique",
"duration_seconds": 60,
"content": {
"steps": [
"Breathe in for 4 counts",
"Hold for 7 counts",
"Exhale for 8 counts"
]
},
"confidence_score": 0.92
}Rate Limits & Pricing
| Plan | Nudges/Day | Rate Limit | Analytics |
|---|---|---|---|
| Free | 1 | 10 req/min | Basic |
| Pulse | Unlimited | 1000 req/min | Advanced |
| Team | Unlimited | Custom | Full |