03 — Deliver
grayroom.gg is the demo. The actual product is the API underneath it — a protected REST interface any studio, platform, or press outlet can integrate directly into their own software.
The problem
A lot of “AI-powered” game tools are a search box and nothing else — useful to look at, impossible to build on top of. A studio or platform that wants this data inside their own storefront, curation tool, or research pipeline needs an actual API contract, not a website to scrape.
The mechanism
Every protected endpoint returns structured JSON built for integration — domain scores, intensity score, classification narrative, and ranked similarity results, all in one response shape regardless of which game you ask about.
01
Authenticate
Every protected request carries an API key tied to your tier and monthly call limit. One key, every endpoint.
02
Submit a title
POST a game title to the classification endpoint. If it's already in the database, you get an instant response. If not, Strata classifies it live.
03
Receive structured data
The response includes domain averages, the full 21-trait breakdown (tier-dependent), a classification narrative, and ranked similarity matches with shared anchors.
04
Integrate directly
Drop the response straight into your own recommendation surface, curation tool, or editorial workflow — no scraping, no screen-reading, no manual re-entry.
Proof
The classification endpoint, the similarity endpoint, and the bulk catalog endpoint all return the same consistent JSON shape, regardless of tier — higher tiers unlock more fields (AI synopses, anchor explanations, unreleased-title classification) and higher call volumes, not a different API contract.
That consistency is intentional: a Solo Dev integration and a Professional-tier integration can share the same parsing code on a client's end. Upgrading tiers doesn't mean rebuilding anything.
Continue exploring