Meeamor Developer API
Integrate human-like AI companions, match algorithms, and emotional memories into your custom workflows, applications, or Discord bots.
Ultra-low Latency
Experience SSE and WebRTC channels optimized for immediate, streaming outputs, guaranteeing your integrations feel alive and interactive.
Secure Access
Simple Bearer token authentication ensures safe endpoint querying, rate-limit logs, and strict user sandboxes.
Stateful Memory
Let Meeamor handle complex message contextualization. Our backend maintains stateful user-companion graphs natively.
Endpoints Quick Reference
/v1/companionsList all custom and matched companions belonging to the user session.
/v1/companions/createProgrammatically generate a new companion profile with custom personality sliders, names, and visual themes.
/v1/chat/sendSend a message input to a companion. Supports Server-Sent Events (SSE) streaming responses.
/v1/chat/historyRetrieve past conversational transcripts and memories for a specific companion match.
curl -X POST "https://api.meeamor.com/v1/chat/send" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"companionId": "comp_982a7f23",
"message": "Hi, how was your day?",
"stream": true
}'Start Building Today
Create an account, generate an API key in your developer dashboard settings, and hook up your companion.
Get API Key