Developer Portal

NeutralAI API reference and integration artifacts

Use these surfaces to inspect the canonical contract, import requests into tooling, and validate current gateway behavior against the published API spec.

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

Production API reference surfaces are served from the gateway origin and require admin bearer auth before download or interactive exploration. Local development keeps the same routes open for faster contract work.

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.