API Documentation

Welcome to the OMA-AI API documentation. Our REST API provides access to all platform features.

API Endpoints

Authentication

  • POST /api/auth/signup
  • POST /api/auth/login
  • POST /api/auth/logout

MCP Marketplace

  • GET /api/mcp/list
  • GET /api/mcp/[id]
  • POST /api/mcp/review

Payments

  • POST /api/payment/create
  • POST /api/payment/execute
  • GET /api/payment/history

User Data

  • GET /api/user/profile
  • PUT /api/user/profile
  • GET /api/wallet/balance

Note: Full API documentation with request/response examples will be available soon.