Skip to main content
The Protector Plus Guardrail Service API exposes two inspection endpoints — one for prompts (/input-check) and one for responses (/output-check) — plus an unauthenticated health probe.

Base URL

Your <your-protector-plus-host> depends on your deployment:
  • AWS Marketplace AMI — the public IP or DNS of your EC2 instance.
  • Kubernetes / Helm — the hostname exposed by your Ingress Controller.
  • On-prem — the hostname inside your network.

Authentication

All API calls require an API key passed in the X-API-Key header. See Authentication.

Content type

All endpoints accept application/json.

Endpoints

Where to start

Authentication

Generate and use your API key.

Integration pattern

Wire input-check + output-check into your LLM call path.

input-check

Prompt inspection.

output-check

Response inspection.

Need an API key?

Request a sandbox key for evaluation or a deeper technical conversation.