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

Catalog

4 endpoints in this group. All paths are prefixed with /api/v1.

Endpoints in this group#


GET /api/v1/catalog/plans/{plan_id} — Get Plan {#get-api-v1-catalog-plans-plan-id}#

Parameters:

  • plan_id (path, string, required)

Responses:

  • 200 — Successful Response. Returns: ApiResponse_PlanResponse_ — {data, meta}
  • 422 — Validation Error. Returns: HTTPValidationError — {detail}

GET /api/v1/catalog/services — List Services {#get-api-v1-catalog-services}#

Responses:

  • 200 — Successful Response. Returns: ApiResponse_list_ServiceResponse__ — {data, meta}

GET /api/v1/catalog/services/{slug} — Get Service {#get-api-v1-catalog-services-slug}#

Parameters:

  • slug (path, string, required)

Responses:

  • 200 — Successful Response. Returns: ApiResponse_ServiceDetailResponse_ — {data, meta}
  • 422 — Validation Error. Returns: HTTPValidationError — {detail}

GET /api/v1/catalog/services/{slug}/plans — Get Service Plans {#get-api-v1-catalog-services-slug-plans}#

Parameters:

  • slug (path, string, required)

Responses:

  • 200 — Successful Response. Returns: ApiResponse_list_PlanResponse__ — {data, meta}
  • 422 — Validation Error. Returns: HTTPValidationError — {detail}
Updated 2026-05-18 01:48:40 View source (.md) rev 2