Get Started
Learn how to integrate and use the Guardion HTTP API for real-time AI firewall / guardrails.
Quickstart
Guardion is an AI security company, that offers an adaptive real-time AI firewall and content moderation that safeguards every AI agent interaction
Detects security threats, including:
- Prompt injection, jailbreak attempts and general attacks
- Toxicity responses
- Data leak
- Custom enterprise policies and detectors
This guide will help you integrate and use the Guardion HTTP API to scan and guard your messages effectively.
๐งช Try Guardion in Google Colab
Use our interactive Colab notebook to experiment with the Guardion API using real DataFrames:
๐ Open in Google Colab
๐ ๏ธ API endpoint
You can use the Guardion API from any HTTP client: Python, cURL, Postman, etc. No SDK is required.
๐ Authentication
Every request must include an API key in the Authorization
header:
You can get access your API Key in the console. Get API Key in Guardion Console
โฑ๏ธ Rate Limits
The Guardion API enforces a default rate limit of 1000 requests per minute per API key.
If you require a higher rate limit, please contact us at founders@guardion.ai and weโll be happy to help.
๐จ API Endpoint
https://api.guardion.ai/v1/guard
POST /v1/guard
Evaluate and apply guardrails to user-assistant messages.
Request Body
โ Response Format
๐งช Example Usage
๐ Using curl
๐ Python Example
๐งฑ Coming Soon
Guardion will support:
- Content moderation, PII and phishing detectors
- Creating your own detectors
Need help? Reach out at founders@guardion.ai