v1Ressourcen/SEO/postRanking-Raster-Bericht eines Standorts neu generieren
Ranking-Raster-Bericht eines Standorts neu generieren
Löst einen Hintergrund-Rescan des lokalen Ranking-Rasters für einen Standort und/oder ein bestimmtes verfolgtes Keyword aus. Dies ist fire-and-forget: Der Aufruf kehrt sofort zurück, sobald der Job eingereiht ist, und der neue Bericht trifft asynchron ein — fragen Sie danach GET /api/v1/seo/keywords (oder GET /api/v1/seo/competitors usw.) per Polling ab, um ihn zu sehen.
post
seo:write/api/v1/seo/reports/generateAnfragetext
locationIdstringoptional
Das Raster jedes aktiven Keywords für diesen Standort neu generieren. Optional, wenn keywordId angegeben ist.
keywordIdstringoptional
Das Raster nur für dieses eine verfolgte Keyword neu generieren. Optional, wenn locationId angegeben ist.
monthstringoptional
Das Ranking-Raster für diesen Monat (YYYY-MM) statt für den aktuellen Monat generieren.
clientIdstringoptional
Der Kunde des Standorts (bzw. des Standorts, dem das Keyword gehört).
Antwort
dataobjectoptional
generatingbooleanoptional
Immer true — ein Hintergrund-Generierungsjob wurde eingereiht.
Fehler
400Der Anfrage fehlt ein erforderlicher Parameter, oder sie ist anderweitig fehlerhaft.
401API-Schlüssel fehlt, ist ungültig, abgelaufen oder widerrufen.
403Dem Schlüssel fehlt die erforderliche Berechtigung, oder er ist für diesen Kunden/Standort nicht autorisiert.
404Die Ressource wurde nicht gefunden oder gehört nicht zu Ihrer Agentur.
429Zu viele Anfragen. Versuchen Sie es nach der im Retry-After-Header angegebenen Anzahl Sekunden erneut.
post/api/v1/seo/reports/generate
Ihr API-Schlüssel
Anfragetext
{
"data": {
"generating": true
}
}Anleitungen, die diese Ressource verwenden
- What Is a Local SEO API?A local SEO API measures how a business ranks in local search, with geo-grid rank tracking, profile analytics and AI visibility, not just backlinks.
- How to Add Local Marketing Features to Your SaaSAdd listings management, reviews, Google posts, profile analytics, rank tracking and AI visibility to a SaaS product with the Synup API, tenant by tenant.
- How to Build an AI Agent for Local SEOBuild an AI agent that audits and fixes listings, tracks local rankings, checks AI visibility and drafts review replies with Synup's MCP server or REST tools.
- How to Build a Multi-Location Marketing DashboardBuild a multi-location marketing dashboard from the API's rollup endpoints, one call per panel, covering listings, reviews, rank, AI visibility and duplicates.
- How to Add Local Marketing Functionality to Vertical SaaSAdd local marketing to a vertical SaaS by mapping existing customers to clients and locations, and shipping only the features your niche needs.
- Local SEO APIs: What Developers Actually NeedA practical checklist of what a local SEO API must cover, from listings and sync status to reviews, rank tracking and AI visibility, mapped to endpoints.
- How to Track Local Rankings with an APITrack local search rankings on a geo grid through an API, add keywords, read the grid and trend, and compare against competitors and citation coverage.
- How to Monitor Local SEO Across Multiple LocationsMonitor local SEO across hundreds of locations through rollup endpoints, with rank and AI visibility per location and the weakest surfaced first.
- Fetch Local Keyword Rankings via APITrack local search rankings on a geo grid with the Synup API, add keywords for a location, and read the rank trend once the background scan lands.