RMH Studios Developer API
Build on RMH Studios programmatically — read your account and the public feed, post on your own behalf, manage social actions, browse builds, blog, news and leaderboards, and subscribe to real-time webhooks.
- Base URL:
https://rmhstudios.com - Format: JSON request/response bodies, UTF-8. Writes accept
application/json. - Version: the current version is
v1. Breaking changes ship under a new version prefix. - Availability: requires an active Starter subscription or higher. Entitlement is re-checked on every request, so access tracks your subscription in real time.
- OpenAPI: a machine-readable spec lives at
/api/v1/openapi.json— point your codegen at it.
Quickstart
# 1. Create a key at /developer and copy it (shown once).
export RMH_KEY=rmh_live_xxxxxxxxxxxxxxxxxxxxxxxx
# 2. Call the API.
curl https://rmhstudios.com/api/v1/me \
-H "Authorization: Bearer $RMH_KEY"
Every response includes an X-Request-Id header — include it when contacting
support. Read on for authentication, scopes, rate limits, errors, pagination,
idempotency, and webhooks.