Developer Platform

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

GET/v1/companions

List all custom and matched companions belonging to the user session.

POST/v1/companions/create

Programmatically generate a new companion profile with custom personality sliders, names, and visual themes.

POST/v1/chat/send

Send a message input to a companion. Supports Server-Sent Events (SSE) streaming responses.

GET/v1/chat/history

Retrieve 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