REST API with prepaid credits. No monthly minimums. Chat, voice, and 175+ ready-made characters — or build your own.
Get an API key →Buy LoveCoins in bulk — 1150 LC for $69.99 (with 150 bonus). Per-key monthly budget cap (default 5,000 LC).
Sign up, then visit Settings → API Keys. Create a key — it's shown once, copy it immediately.
curl -X POST https://lovlychat.com/v1/chat -H "x-api-key: lvly_live_..." -H "Content-Type: application/json" -d '{"characterId":"sara-sodi","externalUserId":"your-user-123","message":"Hey, are you there?"}'
{
"reply": "*smiles softly* I'm here. What's on your mind?",
"conversationId": "conv_...",
"wallet": { "balanceNeurons": 4998 }
}
Pass x-api-key: lvly_live_... header on every request. Each user in your app is a separate externalUserId — we maintain memory and conversation state per user automatically.
No per-second cap. Per-key monthly LoveCoin budget enforces the practical limit (default 5,000 LC = ~5,000 chat messages). Top up anytime in your dashboard.