{"success":true,"name":"Lapping.ai API","version":"1.0.0","endpoints":{"auth":{"register":"POST /auth/register","login":"POST /auth/login","logout":"POST /auth/logout","me":"GET /auth/me","upgrade":"PATCH /auth/upgrade"},"conversations":{"list":"GET /conversations","create":"POST /conversations","get":"GET /conversations/:id","update":"PATCH /conversations/:id","delete":"DELETE /conversations/:id","addMessage":"POST /conversations/:id/messages","updateMessage":"PATCH /conversations/:convId/messages/:msgId","deleteMessage":"DELETE /conversations/:convId/messages/:msgId","archiveAll":"POST /conversations/archive-all","archived":"GET /conversations/archived/list","restore":"POST /conversations/:id/restore"},"payment":{"verifyCheckout":"POST /payment/verify-checkout","getSession":"GET /payment/session/:sessionId"},"apiKeys":{"create":"POST /api/keys","list":"GET /api/keys","get":"GET /api/keys/:id","update":"PATCH /api/keys/:id","revoke":"DELETE /api/keys/:id","usage":"GET /api/keys/:id/usage"},"shared":{"create":"POST /shared/create","get":"GET /shared/:token","messages":"GET /shared/:token/messages","addMessage":"POST /shared/:token/messages","revoke":"DELETE /shared/:token","viewers":"GET /shared/:token/viewers","heartbeat":"POST /shared/:token/heartbeat","myShares":"GET /shared/my-shares"},"v1":{"models":"GET /v1/models","chatCompletions":"POST /v1/chat/completions","voiceSynthesize":"POST /v1/voice/synthesize","voiceTranscribe":"POST /v1/voice/transcribe","codeCompletions":"POST /v1/code/completions","imagesGenerations":"POST /v1/images/generations"},"sms":{"init":"POST /api/sms/init","verify":"POST /api/sms/verify","status":"GET /api/sms/status","webhook":"POST /api/sms/webhook"},"health":"GET /health"}}