Circuits¶
Circuit endpoints handle public payload intake, analysis, and optimization.
Base URL: https://rqm-api.onrender.com
Endpoints¶
GET /v1/circuits/examplePOST /v1/circuits/validatePOST /v1/circuits/analyzePOST /v1/circuits/optimize
Public circuit boundary¶
- canonical external circuit IR:
rqm-circuits - current schema target:
0.2
This boundary is distinct from the internal optimization engine.
Typical request flow¶
- fetch or build a public circuit payload
- validate and analyze
- optimize
- route to execution workflows