Research Seo Keywords
POST /seo/keywords/research
SPENDS CREDITS. Keyword ideas around a seed, from the paid data provider.
mode picks the provider report: ideas, related, suggestions, or
auto to let the app choose. Rows come back in that report’s own shape.
Runs the app’s per-organisation provider rate limit (429 past it) and its fail-closed credit check (402 when the balance is exhausted) before anything is fetched. A provider outage is a 502 that says so.
Authorizations
Parameters
Header Parameters
Request Body required
Mirrors ResearchKeywordsRequest.
limit is capped at 150 - the same ceiling the app, the agent tool and the
UI share - so a larger ask is a 422 here rather than a silent truncation.
object
Responses
200
Successful Response
object
Mirrors ResearchKeywordsResponse.
keywords rows are the provider’s row shape for the chosen mode, passed
through rather than flattened, because the four modes return different
columns and flattening would drop the ones a caller asked for.
422
Validation Error