Overview
The Velizor API lets you integrate threat detection, data protection, and reporting directly into your AI workflows. All endpoints are served over HTTPS and authenticated with an API key.
Authentication
Pass your key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Example: inspect a prompt
POST https://api.velizor.ai/v1/inspect
{
"input": "user prompt text",
"model": "gpt-4o",
"policy": "default"
}
Returns a verdict (allow, flag, or block) with detected risks and confidence scores.
API keys are issued with your enterprise account. Request access to receive full endpoint documentation and credentials.