OpenAPI 3.1 spec for every endpoint at api.rmous.org/v1/*. Browse below or download the YAML / JSON for your tools.
The same source of truth that drives this site. Drop it into Postman, generate a typed client with openapi-generator, or render it in any OpenAPI viewer.
api.rmous.org/v1 today. Breaking changes will bump the path prefix (e.g. /v2); additive changes are released under /v1.
For an interactive browse, paste the spec URL into any OpenAPI renderer:
https://www.rmous.org/developer/openapi.yamlImport the YAML directly:
rmo-network-api.yamlapiKey = pk_test_publicsandbox_2026, bearer = sk_test_publicsandbox_2026_anyone_can_use_thisX-API-Key: {{apiKey}} and Authorization: Bearer {{bearer}} from the collection-level auth setting.# TypeScript / fetch npx @openapitools/openapi-generator-cli generate \ -i https://www.rmous.org/developer/openapi.yaml \ -g typescript-fetch \ -o ./rmo-client # Python openapi-generator-cli generate \ -i https://www.rmous.org/developer/openapi.yaml \ -g python \ -o ./rmo_client # Go openapi-generator-cli generate \ -i https://www.rmous.org/developer/openapi.yaml \ -g go \ -o ./rmo-client-go