Momei V3 Documentation

API reference and usage guide for the async AI document generation platform

Quick Start

Visit momei.ink, select your document type, describe what you need, and click Generate. The AI creates your document with real-time SSE streaming.

Supported Document Types

ZoneDocument TypeCreditsDescription
๐Ÿ‡น๐Ÿ‡ญ THBOI Proposal10Thailand Board of Investment promotion application
๐Ÿ‡ง๐Ÿ‡ท BRABNT Academic10Brazilian ABNT NBR 14724 formatted academic papers
๐Ÿ“š THTCI Academic15Thai Citation Index journal submissions
๐Ÿ“š GlobalGeneral Document10Business plans, reports, proposals (any language)

API Reference

POST /api/generate

Submit a document generation job (async). Returns a job ID for SSE streaming.

{
  "userId": "user_xxx",
  "userPrompt": "Write a BOI proposal for...",
  "marketZone": "TH",
  "documentType": "boi",
  "priority": "quality"
}

GET /api/job/:id/stream

SSE endpoint for real-time streaming of generation progress and final output.

POST /api/user

Create or retrieve a user account. Each user gets free credits to start.

{
  "userId": "user_xxx",
  "email": "optional@email.com",
  "countryMarket": "TH"
}

How Async Generation Works

  1. Submit: You describe your document and submit the generation request
  2. Queue: The job enters an async queue โ€” no waiting for synchronous responses
  3. Process: Worker picks up the job, selects the optimal AI model via the multi-model router
  4. Stream: Real-time SSE stream shows generation progress โ€” watch your document come to life
  5. Complete: Full document available for review, copy, or export

Credits & Billing

Momei uses a credit-based billing system with transparent ledger tracking:

View full pricing โ†’

Ready to generate your first document?

Free for your first 3 documents โ€” no credit card required.

Start Generating โ†’