Get Started
Get started with Synter
Make your first API call in under 5 minutes
Playground
Test API calls interactively with 200 free credits
MCP Server
Connect your AI assistant directly to your ad accounts
Installation
pip install synterQuick start guide
1
Get your API key
Create a free account and generate your API key from the Developer Portal.
Get API Key2
Set your environment variable
Store your API key as an environment variable for secure access.
bash
export SYNTER_API_KEY=syn_your_api_key_here3
Make your first request
Pull campaign data from your connected ad accounts.
bash
curl -X POST https://api.syntermedia.ai/v1/tools/run \
-H "X-Synter-Key: $SYNTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"script_name": "list_campaigns"
}'Start with 200 Free Credits
Every new account gets 200 free credits to explore the platform. Use the Playground to test API calls, run reports, and optimize campaigns—no credit card required.
Frequently asked questions
Synter supports Google Ads, Meta (Facebook/Instagram), LinkedIn Ads, Reddit Ads, Microsoft Ads, and TikTok Ads. More platforms are being added regularly.
Read operations (like listing campaigns or pulling metrics) cost 1 credit. Write operations (like pausing campaigns or updating budgets) cost 5 credits. Some tools like
get_credit_balance are free.Yes! Every new account gets 200 free credits to explore the platform. No credit card required.
Was this page helpful?
