Developer Portal

NeutralAI SDK docs, API reference, and integration artifacts

Start with the SDK docs for copy-paste Python and Node examples, then use the generated gateway exports to inspect the canonical contract and validate current behavior against the published API spec.

SDK docs

Mintlify docs with Python and Node quickstarts, SDK examples, auth, streaming, BYOK, and search.

https://docs.neutralai.co.uk

Swagger UI

Interactive API explorer. In production this surface requires admin bearer auth.

https://api.neutralai.co.uk/docs

ReDoc

Readable reference view for the same contract and models.

https://api.neutralai.co.uk/redoc

OpenAPI JSON

Machine-readable OpenAPI export for SDK generation and tooling.

https://api.neutralai.co.uk/openapi.json

OpenAPI YAML

YAML export for portals, gateways, and contract review workflows.

https://api.neutralai.co.uk/openapi.yaml

Postman collection

Generated Postman v2.1 collection for import into request workspaces.

https://api.neutralai.co.uk/openapi.postman.json

The public documentation site is published at docs.neutralai.co.uk. Production gateway reference exports still require admin bearer auth before download or interactive exploration. Local development keeps the same routes open for faster contract work.

Public uptime and incident status

NeutralAI publishes public incident updates and historical uptime at status.neutralai.co.uk. Current public uptime targets are 99.9% for the API and 99.95% for the website, with incident updates routed through the status page before direct customer follow-up.

How to use the exports

  • Import OpenAPI JSON or YAML into API client tooling that supports schema-first workflows.
  • Import the Postman collection when you want pre-grouped requests and environment variables.
  • Use Swagger UI or ReDoc for route discovery, model browsing, and quick request inspection.
  • Use the SDK docs when you need language-specific quickstarts, streaming patterns, and auth guidance.