Back to Documentation

API Reference

Complete REST API reference for ADLIBO AI Security Suite. All endpoints are available at https://api.adlibo.com/v1/*

API Key required Average latency: 23ms

Authentication

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"}'

Prompt Guard

POST/api/v1/analyze

Full prompt analysis with risk scoring, category detection, and recommended action

POST/api/v1/detect

Quick injection detection (boolean result)

POST/api/v1/sanitize

Sanitize and neutralize malicious prompt components

POST/api/v1/analyze/multimodal

Analyze text and files together

GET/api/v1/statsFree

Get usage statistics for your organization

GET/api/v1/firewall/blocklistFree

IP blocklist for WAF/firewall integration

Hallucination Guard

POST/api/v1/hallucination

Verify AI output against source documents

POST/api/v1/hallucination/correct

Submit RLHF correction for future reference

GET/api/v1/hallucination/correct

List stored corrections

DELETE/api/v1/hallucination/correct

Deactivate a correction

DataShield

POST/api/v1/datashield/tokenize

Tokenize sensitive data (PII, IBAN, emails) before sending to LLM

POST/api/v1/datashield/rehydrate

Restore original data from tokenized LLM response

POST/api/v1/dlp/analyze

Analyze text for sensitive data patterns (DLP)

Cloud Proxy (DataShield)

ANY/api/v1/proxy/{provider}/{path}

Proxy requests to LLM providers with automatic tokenization

GET/api/v1/proxy/pac/{orgId}

PAC file for browser proxy configuration

GET/api/v1/proxy/healthFree

Proxy health check

Other Endpoints

POST/api/v1/report

Generate analysis report

POST/api/v1/license/validate

Validate on-premise license (HMAC signed)

GET/api/v1/license/status

Check on-premise license status

GET/api/healthFree

Platform health check

GET/api/patterns/countFree

Total detection pattern count (public)

Rate Limits

PlanRequests/minRequests/month
Free601,000
Pro60050,000
Enterprise10,000Unlimited

Related

Documentation API - ADLIBO | Adlibo