Deploy and measure from your own stack.
Every operation in the console is an HTTP call. Wire deployments, results and re-fires into the tooling your team already runs.
POST a URL, a keyword, optional secondary keywords, the power level and a geo. The baseline rank is captured before delivery starts.
Poll an order for its 24h and 48h positions, secondary keyword tracking, visitors delivered and the movement flag, all measured at the targeted geo.
Create a weekly schedule for a target that responded, or pull the effectiveness feed into your own reporting.
Onboard a client, get a quick win in week one, be the hero on the retainer.
Retainer signed. POST the client's money page, keyword and geo from your own stack the same day.
Baseline captured, deployment delivered, 24h and 48h positions read back by API.
Movement lands in the client's first monthly report. Schedule a re-fire on what responded.
Medical niche, agency retainer
Complete- Client
- SEO JESUS RETAINER · $3,000 / MO
- Deployed
- WEEK ONE
- Outcome
- MOVED TO PAGE ONE
Five calls cover the operating loop.
| Method | Path | Purpose | Auth |
|---|---|---|---|
| POST | /api/launch | Reserve credits and create a deployment for one URL and keyword. | session |
| GET | /api/orders | Paginated list of your deployments with positions and movement. | session |
| GET | /api/orders/:id | One deployment: baseline, 24h, 48h, secondary tracking, delivery. | session |
| POST | /api/schedules | Create a recurring weekly re-fire for a target. | session |
| GET | /api/stats/effectiveness | Public outcome cohort: scored campaigns, monthly mix, response rate. | public |
{
"url": "https://example.com/collections/best-sellers",
"keyword": "buy peptides uk",
"secondary_keywords": ["peptides uk", "uk peptide supplier"],
"is_double_power": false,
"geo": {
"mode": "city",
"dataforseo_location_code": 1006886
}
}
{
"data": {
"order_id": "ord_01J9X4M2P7Q8R9S0T1U2V3W4X5",
"display_id": "CB-4F7A2",
"status_display": "Reviewing"
},
"request_id": "req_01J9X4M2P7Q8R9S0T1U2V3W4X6"
}
Headers on writes: x-csrf-token, idempotency-key (any UUID; replays return the original response). One standard deployment reserves 1 credit; Power reserves 1.5.
API keys for Agency Cadence accounts.
Tell us what you are wiring in and which account it runs under.