API DOCUMENTATION
Build with Parallax Dominion API
Base URL
https://api.parallax-dominion.com
Authentication
Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Endpoints
POST/services/cogi
AI code generation
{
"message": "Create a React button",
"language": "javascript",
"mode": "code"
}
POST/services/guardian
Security vulnerability scan
{
"code": "your code here"
}
POST/services/docufy
Auto documentation
{
"code": "your code here",
"language": "javascript"
}
POST/services/testpilot
Test generation
{
"code": "your code here",
"framework": "jest"
}
POST/services/crawler
Web scraping
{
"url": "https://example.com"
}
POST/services/agentswarm
Multi-agent automation
{
"task": "Build an e-commerce API",
"agents": 3
}
Rate Limits
| Plan | Requests/Minute | Requests/Month |
|---|---|---|
| Starter | 30 | 10,000 |
| Pro | 100 | 27,000 |
| Team | 300 | 100,000 |
| Enterprise | 1000 | Unlimited |