Import target
OpenAPI URL:
https://api.scority.ai/openapi.json
Security scheme:
x-api-key headerUse the Scority OpenAPI specification to inspect endpoints, authentication, transcript response schemas and error codes.
Scority publishes a JSON OpenAPI specification for the current public API. Use it to inspect endpoint shape, authentication, transcript response schemas and error codes.
OpenAPI URL:
https://api.scority.ai/openapi.json
Security scheme:
x-api-key headerThe specification documents the public health endpoint and the protected transcript endpoint. It intentionally leaves out private dashboard, billing and operator internals.
Postman, Insomnia, Scalar and similar tools can import the OpenAPI URL directly. Generated clients should still keep x-api-key server-side.
The public OpenAPI document is intentionally narrow. It documents the working public API contract without exposing internal implementation details.
Read the human-facing endpoint reference and examples.
Open →Keep x-api-key in trusted server-side code.
Open →Map OpenAPI error schemas to integration behavior.
Open →Use server-side fetch with the current API contract.
Open →Call the transcript endpoint with requests.
Open →