Generate Article

Suggest internal links for an article

Suggest the most relevant existing SnowSEO articles to link to from a new article, ranked by relevance. Pass the returned target slugs to create_article / generate_article as internalLinkTargetSlugs.

get/v3/generate-article/generate-internal-links

Query parameters

current_titlestring required

Title of the article that will link out.

topic_idstring

Topic cluster id (required when content_article_type is set).

content_article_type'pillar' | 'cluster'

Omit for a standalone post.

exclude_article_slugstring

Slug to exclude from suggestions (e.g. the article itself).

team_idstring

Response

Default Response

Changes

Changed in 2 of the 47 revisions of this API.23

  • e0163b1c37cb11See the full diff
    • ▲

      api path removed without deprecation

      api-path-removed-without-deprecation

    • ○

      endpoint added

      endpoint-added

    • ▲

      the query request parameter content_article_type was restricted to a list of enum values

      request-parameter-became-enum

    • ○

      added the new enum value cluster to the query request parameter content_article_type

      request-parameter-enum-value-added

    • ○

      added the new enum value pillar to the query request parameter content_article_type

      request-parameter-enum-value-added