Roast as a Service API Pricing
Access real roast data via REST API. Integrate security insights directly into your tools.
→ No mock data. 100% real security insights from the database.
"Not a Pentest" Notice: This guide is for hardening your own systems. No attack tools.
API Endpoints
GET /api/v1/roast-data
Fetch roast data with pagination and filters. Real-time statistics from roast_results.
curl -H "Authorization: Bearer YOUR_TOKEN" "https://clawguru.org/api/v1/roast-data?limit=100&minScore=0&maxScore=100"POST /api/v1/roast-data
Create new roast results. Authenticated with access token.
curl -X POST -H "Authorization: Bearer YOUR_TOKEN" -H "Content-Type: application/json" -d '{"stack_summary":"Kubernetes + Istio","score":85,"roast_level":"medium"}' "https://clawguru.org/api/v1/roast-data"GET /api/white-label/roast-widget
White-label widget data for B2B integration. Pro plan required.
curl -H "Authorization: Bearer YOUR_TOKEN" "https://clawguru.org/api/white-label/roast-widget?limit=10"Pricing Plans
Starter
0€Free
For developers and testing
- 100 API calls/month
- Read-only access
- Community support
- Rate limit: 10 req/min
Popular
Pro
29€per month
For teams and integrations
- 10,000 API calls/month
- Read + write access
- White-label widget
- Priority support
- Rate limit: 100 req/min
- Webhooks for events
Enterprise
Customon request
For large organizations
- Unlimited API calls
- Dedicated infrastructure
- SLA: 99.9%
- 24/7 support
- Custom rate limits
- On-premise deployment
Use Cases
Security Dashboards
Integrate roast scores and trends into your internal dashboards for real-time monitoring.
Automated Reporting
Generate automated security reports with roast data for stakeholders.
CI/CD Integration
Run roasts in CI/CD pipelines and block deployments with low scores.