Documentation
API Reference
Published gateway surfaces — OpenAPI export forthcoming.
1. Conventions
- JSON request and response bodies unless noted.
Authorization: Beareron authenticated routes.- Rate limits via KARP —
429includes retry hints. - Version negotiation via
X-Kemet-Protocol-Versionwhere applicable.
2. Read Surfaces
GET /feed/following
GET /feed/for-you
GET /feed/explore
GET /search?q=<query>&type=<posts|users|hashtags>
GET /profile/{handle}
GET /suggested-followsFeed routes ranked by KCAP. Search by KSRP.
3. Write Surfaces
POST /posts
POST /follow/{handle}
DELETE /follow/{handle}
POST /like/{postId}
POST /replyWrites trigger post-create pipelines and KSPP events.
4. Realtime
WS /ksmp/v3/session
Events: ksmpv3.send, ksmpv3.inbox.frame, ksmpv3.resume, …See KSMP reference.
5. Calls
POST /kvcp/session/init
POST /kvcp/session/{id}/signal
POST /kvcp/session/{id}/endSignaling contract under KVCP charter. ICE/TURN credentials issued per session with short TTL.