v27

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-06-0872127230.6 KB
SEO Tools

Plan internal links from page + targets

post/api/agent/tools/internal-links

Request body

urlstring uri required

Source page URL to analyze.

targetUrlsstring[]

Known target URLs for internal link opportunity analysis.

sitemapUrlstring uri

Optional sitemap URL used when targetUrls are not provided.

Response

Success

successboolean required
toolstring required
dataobject required

Tool-specific diagnostics payload.

credits_chargedinteger required

Example response

{
  "success": true,
  "tool": "meta-tags",
  "credits_charged": 1
}