Stackwyre API
Generate AI audits and lead intelligence dossiers programmatically.
Authentication
All API requests require a Bearer token:
Authorization: Bearer sw_api_your_key_here
Get your API key at /partners or email [email protected].
Endpoints
Generate Audit
POST/api/v1/audit
Generate a 14-page AI Profit Leak Audit for any business Website.
| Parameter | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | Business Website URL to audit |
| string | No | Email to deliver the audit to |
curl -X POST https://stackwyre.com/api/v1/audit \\
-H "Authorization: Bearer sw_api_your_key" \\
-H "Content-Type: application/json" \\
-d '{"url": "https://example-dental.com"}'Generate Dossier
POST/api/v1/dossier
Generate a lead intelligence dossier: digital score, pain points, opening lines, objection handling.
| Parameter | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | Business Website URL |
| business_name | string | No | Business name (improves accuracy) |
Pricing
Pay Per Use
$10 /audit
$5 /dossier
Pro Plan
$99 /month
20 audits + 50 dossiers included. White-label branding available.
Errors
| Code | Meaning |
|---|---|
| 401 | Missing or invalid API key |
| 400 | Missing required parameter (url) |
| 429 | Rate limit or plan limit exceeded |
| 500 | Generation failed (retry in 30s) |
Not a developer?
Get a free audit of your own business.