API Service

Integrate MemeZoo's meme recommendation capabilities into your product

Recommendation Endpoint

POST /v1/meme/recommend

{
  "user_id": "user-123",
  "messages": [
    {"role": "user", "content": "I'm so tired today"}
  ],
  "limit": 3
}

// Response
{
  "gate": true,
  "inspirations": [
    {
      "name": "Worker Spirit",
      "expression": "...",
      "scenario": "...",
      "recall_score": 0.92
    }
  ],
  "latency_ms": 245
}

Low Latency

Average response < 300ms

High Availability

99.9% SLA guarantee

Flexible

Scene filtering, limit control

Contact Us for API Key

API service is currently in beta. Contact us to apply for access.