Skip to content

API Overview

rqm-api is the service boundary for validation, analysis, optimization, execution, billing, auth, and chat/TTS workflows.

Base URL: https://rqm-api.onrender.com

:material-book-open-variant: Swagger UI :material-rocket-launch: Quickstart


API domains


Response envelope

Success responses:

{
  "status": "ok",
  "data": {},
  "meta": {}
}

Error responses:

{
  "status": "error",
  "error": {},
  "meta": {}
}

Boundary notes

  • Public integrations should use the public circuit boundary and API endpoints.
  • Internal optimizer forms are intentionally not public payload contracts.
  • Execution options should be gated by capability checks.