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 |
|
Version |
|
Format |
JSON request/response bodies, UTF-8. Writes accept |
Availability |
An active Starter subscription or higher. Entitlement is re-checked on every request, so access tracks your subscription in real time |
OpenAPI |
|
Quickstart¶
# 1. Create a key at https://rmhstudios.com/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.
Guides¶
Sending your key, and how keys are stored, scoped, rotated and revoked.
The permission catalog, and how an endpoint decides whether your key qualifies.
Per-key budgets by tier, the headers on every response, and how to back off.
The type/code taxonomy, the error envelope, and every code we return.
Keyset paging: limit, cursor, and the { data, nextCursor } envelope.
Making writes safe to retry with the Idempotency-Key header.
Subscribing to events, delivery semantics, and verifying HMAC signatures.
Every endpoint, grouped, with parameters and worked examples.
What changed in each version of the API.