Get Started

Playground

$25 of Usage Credit

Test API calls interactively before integrating

Credit-based pricing

Read operations cost 1 credit, write operations cost 5 credits. Free tools like get_credit_balance and get_connection_status cost nothing.

Select a script

Request

bash
curl -X POST https://syntermedia.ai/api/v1/tools/run \
  -H "X-Synter-Key: $SYNTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"script_name": "google_ads_get_campaigns"}'