Generate Article

Generate target keywords for an article

Generate ranked target keywords (with search volume and relevance) for an article title. Optionally crawls competitor URLs to mine keywords. Use the chosen keywords when calling generate_outline / generate_article.

get/v3/generate-article/generate-keywords

Query parameters

titlestring required

Article title to generate keywords for.

string
OR
string[]

Existing keywords to prioritize and expand.

string
OR
string[]

Competitor article URLs to crawl for keyword mining.

keyword_countstring

How many keywords to return (1–40, default 10).

countrystring
languagestring

Response

A newline-delimited stream. Whitespace keeps the connection alive; status and final result are JSON lines. An error after streaming starts is returned as a JSON error line with HTTP 200.

Changes

Changed in 1 of the 47 revisions of this API.11

  • e0163b1c37cb11See the full diff
    • ▲

      api path removed without deprecation

      api-path-removed-without-deprecation

    • ○

      endpoint added

      endpoint-added