Sub-1ms Redis RAM caching, 7,780 self-hosted symbols, SQLite Write-Ahead Logging (WAL), and interactive live request execution.
/api/v1/
Execute live HTTP requests against REST API v1 endpoints and view benchmark response times in real-time.
| Method | Endpoint Route | Description & Specifications | Cache Status |
|---|---|---|---|
| GET | /api/v1/health |
Returns API readiness, PHP version, 7,780 self-hosted symbol counts, and SQLite WAL status. | Redis Cached (<1ms) |
| GET | /api/v1/news |
Fetches curated Irish Autism, Special Education, and SEN news feeds. | Redis Cached (<1ms) |
| GET | /api/v1/speech/analytics |
Retrieves speech usage telemetry, tile tap frequencies, and IEP progress metrics. | Redis Cached (<1ms) |
| GET | /api/v1/grants/status |
Validates Department of Education Circular 0010/2013 Assistive Technology Grant eligibility. | Redis Cached (<1ms) |
| GET | /api/v1/system/blueprint |
Returns non-security-threatening architectural blueprints of WAF, CDN, Xeon hardware, Google Sheet synchronizations, and registries. | Redis Cached (<1ms) |
| POST | /api/v1/auth/demo |
Generates bearer session tokens for single-tap instant demo authentication. | Bypasses Cache |
| POST | /api/v1/telemetry |
Pushes anonymous client speech session telemetry logs to server database. | Bypasses Cache |
| POST | /api/v1/sync |
Synchronizes custom board JSON layouts between local device and server storage. | Bypasses Cache |