v1Ressources/SEO/postRégénérer le rapport de grille de classement d'un établissement
Régénérer le rapport de grille de classement d'un établissement
Déclenche un nouveau scrape en arrière-plan de la grille de classement de recherche locale pour un établissement et/ou un mot-clé suivi spécifique. C'est une opération asynchrone : l'appel renvoie immédiatement une fois le job mis en file, et le nouveau rapport arrive de façon asynchrone — interrogez ensuite GET /api/v1/seo/keywords (ou GET /api/v1/seo/competitors, etc.) pour le voir.
post
seo:write/api/v1/seo/reports/generateCorps de la requête
locationIdstringfacultatif
Régénère la grille de chaque mot-clé actif pour cet établissement. Facultatif si keywordId est fourni.
keywordIdstringfacultatif
Régénère la grille pour ce seul mot-clé suivi. Facultatif si locationId est fourni.
monthstringfacultatif
Génère la grille de classement de ce mois (YYYY-MM) au lieu du mois en cours.
clientIdstringfacultatif
Le client de l'établissement (ou de l'établissement propriétaire du mot-clé).
Réponse
dataobjectfacultatif
generatingbooleanfacultatif
Toujours true — un job de génération en arrière-plan a été mis en file.
Erreurs
400Il manque un paramètre requis à la requête, ou elle est invalide.
401Clé API manquante, invalide, expirée ou révoquée.
403La clé n'a pas la permission requise, ou n'est pas autorisée pour ce client/établissement.
404La ressource est introuvable, ou n'appartient pas à votre agence.
429Trop de requêtes. Réessayez après le nombre de secondes indiqué dans l'en-tête Retry-After.
post/api/v1/seo/reports/generate
Votre clé API
Corps de la requête
{
"data": {
"generating": true
}
}Guides qui utilisent cette ressource
- 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.