Complete REST API reference for ADLIBO AI Security Suite. All endpoints are available at https://api.adlibo.com/v1/*
Include your API key in the X-API-Key header or as a Bearer token in the Authorization header.
curl -X POST https://api.adlibo.com/v1/analyze \
-H "X-API-Key: al_live_your_key_here" \
-H "Content-Type: application/json" \
-d '{"text": "Check this prompt for injection"}'/api/v1/analyzeFull prompt analysis with risk scoring, category detection, and recommended action
/api/v1/detectQuick injection detection (boolean result)
/api/v1/sanitizeSanitize and neutralize malicious prompt components
/api/v1/analyze/multimodalAnalyze text and files together
/api/v1/statsFreeGet usage statistics for your organization
/api/v1/firewall/blocklistFreeIP blocklist for WAF/firewall integration
/api/v1/hallucinationVerify AI output against source documents
/api/v1/hallucination/correctSubmit RLHF correction for future reference
/api/v1/hallucination/correctList stored corrections
/api/v1/hallucination/correctDeactivate a correction
/api/v1/datashield/tokenizeTokenize sensitive data (PII, IBAN, emails) before sending to LLM
/api/v1/datashield/rehydrateRestore original data from tokenized LLM response
/api/v1/dlp/analyzeAnalyze text for sensitive data patterns (DLP)
/api/v1/proxy/{provider}/{path}Proxy requests to LLM providers with automatic tokenization
/api/v1/proxy/pac/{orgId}PAC file for browser proxy configuration
/api/v1/proxy/healthFreeProxy health check
/api/v1/reportGenerate analysis report
/api/v1/license/validateValidate on-premise license (HMAC signed)
/api/v1/license/statusCheck on-premise license status
/api/healthFreePlatform health check
/api/patterns/countFreeTotal detection pattern count (public)
| Plan | Requests/min | Requests/month |
|---|---|---|
| Free | 60 | 1,000 |
| Pro | 600 | 50,000 |
| Enterprise | 10,000 | Unlimited |