API Overview
Integrate Growth GAP reports into your workflows. Generate reports programmatically, automate audits, and build custom integrations with our REST API.
API Key Authentication
Simple API key auth via header. Keys are generated in your dashboard.
RESTful JSON API
Standard REST conventions with JSON request/response bodies.
Rate Limits
Enterprise tier: 100 req/min. Rate limit headers included in all responses.
Available Endpoints
POST/v1/reportsGenerate a new Growth GAP report for a given URLGET/v1/reports/:idRetrieve a completed report by IDGET/v1/reportsList all reports for your accountDELETE/v1/reports/:idDelete a report and its associated dataGET/v1/reports/:id/pdfDownload report as white-labeled PDFGET/v1/reports/:id/docxDownload report as Word documentExample Request
Generate a new report
curl -X POST https://api.businessboosted.com/v1/reports \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com",
"business_name": "Example Corp",
"industry": "SaaS",
"options": {
"white_label": true,
"branding": {
"logo_url": "https://youragency.com/logo.png",
"company_name": "Your Agency"
}
}
}'Zapier Integration Coming Soon
Connect Business Boosted to 5,000+ apps without writing code. Join the waitlist to be notified when it launches.
Ready to Integrate?
API access is available on Enterprise plans. Contact our team to discuss your integration needs and get started.
Request API Access