SolidX

REST APIs

This section contains details about the SolidX REST APIs serving different functionalities.

API Overview

Mental Model

The SolidX REST APIs are the primary machine-facing interface of the platform.

  • The frontend consumes them as the default application runtime contract.
  • Integrations consume them to automate, synchronize, or extend system behavior.
  • A large part of the API surface is generated from metadata and backend structure, then extended where implementation-specific behavior is required.

The REST API layer is the runtime contract between your metadata-driven backend and external consumers.

This section covers authentication, generated CRUD routes, recovery flows, and Swagger-based API inspection.

Sections