Documentation
API & Integration Docs
Everything you need to integrate Optimus Pass into your workflow.
Compliance Check API
Submit ad copy and receive a compliance analysis including violation details, a numeric score, and suggested fixes. Available on Agency plans.
Endpoint
POST https://optimuspass.com/api/checkRequest Body
{
"text": "Your ad copy here"
}Response
{
"score": 85,
"violations": [
{
"term": "pharmaceutical-grade",
"safeAlternative": "independently tested",
"category": "Clinical Language"
}
],
"suggestion": "...",
"compliant": false,
"scannedAt": "2026-07-01T..."
}Rate Limits
| Plan | Requests / min | Requests / day |
|---|---|---|
| Starter | 10 | 200 |
| Pro | 60 | 5,000 |
| Agency | 300 | 50,000 |