Partner API
Build with Kamee
A read-only feed of every published Kamee training plan. One endpoint, one header, JSON out.
curl -H "X-Api-Key: $KAMEE_API_KEY" \
"https://kamee.fit/api/plans?discipline=running"
The plan catalog
Every published Kamee training plan, strength and running, with cover art, level, length, and weekly commitment.
Links that land
Each plan ships a web URL and a kamee:// deep link, so you can hand people straight into the app when they have it.
Cached at the edge
Responses are CDN-cached with a one-hour window and a day of stale-while-revalidate. Call it on a timer, not per page view.