🏠 Home 🚀 Services 🐝 Agent Swarm 💬 AI Chat ⌨️ Terminal 📦 Sandbox 💰 Pricing 📊 Dashboard 📚 Docs 🔌 API 🔑 Sign In

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

PlanRequests/MinuteRequests/Month
Starter3010,000
Pro10027,000
Team300100,000
Enterprise1000Unlimited