Integrate AdsPilot AI into your own applications. Available on Pro and Enterprise plans.
# Authenticate
curl -X POST https://api.adspilotai.com/v1/auth \
-H "Content-Type: application/json" \
-d '{"api_key": "your_api_key_here"}'
# Create a campaign
curl -X POST https://api.adspilotai.com/v1/campaigns \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"url": "https://yourwebsite.com",
"budget": 3000,
"location": "Boston, MA"
}'
/v1/campaigns
Create a new AI-generated campaign from a URL
/v1/campaigns/:id
Get campaign details, performance, and AI recommendations
/v1/keywords/:campaign_id
Get AI-researched keywords for a campaign
/v1/reports/:campaign_id
Generate a campaign performance report
/v1/competitor-spy
Analyze competitor ads and keywords
API access is available on Pro ($79/mo) and Enterprise ($299/mo) plans. Upgrade from your Dashboard to get started.
Upgrade to Pro