Read-only programmatic access to your workspace's Google Ads creative data — the same data behind the app and the AI-assistant connector, for your own scripts and integrations.
Prefer chatting with your data? Connect Claude Desktop with our one-click desktop extension (in the app: AI assistants → Connect Claude Desktop — download, double-click, sign in once) or ChatGPT via a developer-mode connector with your workspace's MCP endpoint URL. Assistant access is read + stage-only: it can analyze and propose — copy edits, keywords (with per-keyword landing pages), negative keywords (campaign, ad-group, and shared-list audit), geo exclusions, landing-page changes, brand-asset cleanups, even a complete new Search ad group draft — but every proposal lands as a staged change in Kleos. Only you can publish, and anything new is created paused. It never edits or spends on its own.
Create a key in the app under AI assistants → API access. Keys are shown once and scoped to your workspace. Send it as a bearer token:
curl -H "Authorization: Bearer kls_your_key_here" \ https://app.kleosinc.com/api/v1/campaigns
GET /api/v1/accountAccount overview — connection health, creative counts, KPI chips.
GET /api/v1/campaigns?date_range=LAST_30_DAYSPer-campaign performance: spend, ROAS, conversions, conv. value, CPA, CTR. Ranges: TODAY … LAST_MONTH.
GET /api/v1/asset-groupsAll live creatives — PMax asset groups and Search RSAs with ad-strength, status, and gap counts.
GET /api/v1/asset-groups/{id}Full detail for one asset group / RSA: every headline, description, image, and video with per-asset performance and policy status.
GET /api/v1/creative-healthAd-strength spread, policy issues, idle units, the ranked needs-attention list, fatigue flags.
GET /api/v1/insightsThe ranked what's-working / what-to-fix insights snapshot.
GET /api/v1/quadrant?mode=creative|budgetThe asset quadrant — per-asset CTR×CVR or per-campaign spend×ROAS, with bucket classification.
Questions or needs (more endpoints, webhooks, higher limits)? Tell us — the beta shapes the API.