---
title: "Analyze page links"
method: POST
path: "/api/agent/tools/links"
tags: ["SEO Tools"]
---

# Analyze page links

`POST /api/agent/tools/links`

## Request body

- SeoToolUrlRequest
  - `url` string, uri, required — Target page URL.

## Response `200`

Success

- SeoToolSuccessResponse
  - `success` boolean, required
  - `tool` string, required
  - `data` object, required — Tool-specific diagnostics payload.
  - `credits_charged` integer, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `402` — Payment required
- `429` — Rate limited
- `500` — Internal error

## Changes

> 28 revisions in range; 1 could not be searched.

- **2026-03-03** `9cd5ce117b1d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/citedy/apis/citedy-agent-api/changes/api/agent/tools/links/post.md)

---

[API](https://skmtc.dev/citedy/apis/citedy-agent-api.md) · [All operations](https://skmtc.dev/citedy/apis/citedy-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/citedy/citedy-agent-api/revisions/b5785d3fe446/schema)
