{"name":"SONDA — AI Product Launch Jury","description":"Autonomous multi-agent product review. Submit a public website, private website, GitHub repository, or project ZIP; six specialist AI reviewers (QA Engineer, UX Designer, Marketing/GTM Expert, Investor lens, First-time User, and a final Hackathon Judge) investigate it and return a launch verdict: overall score /100, status, top strengths, top issues, and prioritized fixes.","pricing":"free","flow":"submit-then-poll","endpoints":{"submit":{"method":"POST","url":"https://sonda-phi.vercel.app/api/asp/review","contentType":"application/json","body":{"type":"'website' | 'github' | 'zip' | 'private' (required)","target":"URL of the site, repo, or hosted .zip (required)","username":"login for private targets (optional)","password":"password for private targets (optional)","twoFactorCode":"2FA code for private targets (optional)","notes":"reviewer guidance, max 2000 chars (optional)"},"returns":"HTTP 202 with { ok, status:\"pending\", id, poll, reportUrl, estimatedSeconds }. Use the `poll` URL to retrieve the verdict."},"poll":{"method":"GET","url":"https://sonda-phi.vercel.app/api/asp/review?id=<id>","returns":"While running: { ok, status:\"pending\"|\"running\", id, poll }. When done: { ok, status:\"completed\", session, evidence, reviewerResults[], verdict { overallScore, status, headline, summary, topStrengths, topWeaknesses, priorityFixes } }. On failure: { ok:false, status:\"failed\", reason }.","pollEverySeconds":5,"typicalCompletionSeconds":180}},"example":{"step1_request":{"method":"POST","body":{"type":"website","target":"https://example.com"}},"step2_poll":{"method":"GET","url":"https://sonda-phi.vercel.app/api/asp/review?id=<id-from-step-1>"}}}