API Reference
Common Sublyzer API endpoints for integrations and TestingAI runs.
Auth
Most endpoints require a Bearer token:
Authorization: Bearer YOUR_TOKEN
Integrations
POST /integrations GET /integrations/:id
TestingAI
Start a TestingAI run:
POST /ai/swarm/run
Content-Type: application/json
Authorization: Bearer YOUR_TOKEN
{
"integrationId": "INTEGRATION_ID",
"agents": 8,
"targetUrl": "https://www.example.com",
"maxPages": 3,
"maxClicks": 10
}Need help? Join our Discord.