AdFlow communicates with AdsPower via local API. You need AdsPower open on your desktop and the API token copied.
1. Open AdsPower → Settings → API
In the AdsPower desktop app, go to Settings → API. Enable the local API — you’ll see a URL like localhost:50325 and a token like ap_xxxxx.
2. Paste the token in AdFlow
In /integrations/adspower/new, paste the token in the indicated field. AdFlow validates with a local ping before saving. If it fails, check your firewall and port.
3. Sanity check via terminal (optional)
You can manually verify that AdsPower is responding:
curl http://localhost:50325/api/v1/user/list \
-H "Authorization: Bearer ap_xxx"
WARNING — Don’t share the token. The token gives access to all AdsPower profiles. Treat it like a password — rotate if it leaks.