Platform
ScaiWave ScaiGrid ScaiCore ScaiBot ScaiDrive ScaiKey Models Tools & Services
Solutions
Organisations Developers Internet Service Providers Managed Service Providers AI-in-a-Box
Resources
Support Documentation Blog Downloads
Company
About Research Careers Investment Opportunities Contact
Log in

Reference

Authoritative lookups. If a tutorial said "see the API reference for details", you're in the right place.

API#

One page per domain. Every endpoint is listed with method, path, required permission, request body shape (where non-trivial), and a sample response.

Non-API#

OpenAPI#

The full OpenAPI 3.1 spec for the REST surface is served at /openapi.json. ReDoc-rendered at /redoc; Swagger UI at /docs (when SCAIWAVE_DEBUG=true).

Envelope#

Every authenticated response uses one of:

json
1
{ "data": <result>, "meta": { ... } }
json
1
{ "error": { "code": "SW_*", "message": "human-readable" } }

meta carries pagination, totals, request id; consult per-endpoint docs for what's there. Error code is a stable identifier you can match on; message may be localised.

Updated 2026-05-17 13:10:02 View source (.md) rev 4