The KayAI REST API gives enterprise customers programmatic access to athlete APEX data, session history, and team analytics. Use it to integrate mental performance insights directly into your platform.
All authenticated endpoints require an X-API-Key header. Contact your KayAI account manager to obtain an enterprise API key.
curl https://app.coachkayteam.com/api/v1/athletes \
-H "X-API-Key: ek_live_your_key_here"Rate limit headers are returned with every response: X-RateLimit-Limit, X-RateLimit-Remaining. Exceeding limits returns 429 Too Many Requests.
| Status | Code | Description |
|---|---|---|
| 200 | OK | Request succeeded. |
| 401 | UNAUTHORIZED | Invalid or missing X-API-Key header. |
| 404 | NOT_FOUND | Resource does not exist. |
| 429 | RATE_LIMITED | Too many requests. Back off and retry. |
| 500 | SERVER_ERROR | Internal server error. Contact support. |
Need help? Email support@coachkay.ai or visit our support portal.
© 2026 KayAI — KayAI LLC