Riiid Santa

Santa is Riiid's consumer AI tutor app for standardized English tests (TOEIC, and TOEFL via an ETS content partnership). It is distributed as iOS / Android mobile applications with no documented public developer API.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/santa"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

riiid-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: Riiid API
  description: >-
    Riiid (now operating as Socra AI) is an AI education technology company whose
    deep-knowledge-tracing and score-prediction models power adaptive learning in
    products such as the Santa AI test-prep app and in partner integrations
    (R.Inside AI-as-a-Service).


    As of this writing, Riiid does NOT publish a public, self-serve developer API
    with documented endpoints, authentication, or an interactive reference. Its AI
    capabilities are delivered through packaged consumer products (mobile apps) and
    through sales-led B2B / partner integrations governed by contract. Because no
    public API surface is documented, this OpenAPI definition intentionally contains
    no paths. It exists as a placeholder within the API Evangelist catalog and will
    be populated if and when Riiid / Socra AI publishes a documented public API.


    Partner and integration inquiries: partnership@socra.ai
  termsOfService: https://www.riiid.com
  contact:
    name: Riiid (Socra AI) Partnerships
    email: partnership@socra.ai
  version: '1.0'
servers:
  - url: https://www.riiid.com
    description: >-
      Corporate / product site. No public API base URL is documented; this server
      entry is a placeholder and does not host a self-serve API.
paths: {}