For Developers
Build on BUILD AIOPS
APIs, webhooks, and integrations to extend our tools or build your own.
REST API
Full access to all BUILD AIOPS data and functionality via our RESTful API.
Webhooks
Real-time event notifications for new reviews, leads, and more.
API Overview
The BUILD AIOPS API lets you integrate our tools into your own applications, automate workflows, and build custom solutions for your clients.
Base URL
https://api.buildaiops.com/v1Available Endpoints
GET
/toolsList all available toolsGET
/tools/:idGet tool detailsPOST
/local-pagesGenerate suburb landing pagesGET
/reviewsFetch collected reviewsPOST
/reviews/requestSend review requestGET
/seo-auditRun SEO audit on a URLAuthentication
All API requests require an API key passed in the Authorization header.
Example Request
curl -X GET https://api.buildaiops.com/v1/tools \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
SDKs & Libraries
Official libraries to make integration easier.
Node.js
🟢 AvailablePython
🟡 Coming SoonPHP
🟡 Coming SoonRuby
🟡 Coming Soon