---
title: "AI Readiness Analyzer"
method: POST
path: "/v3/free-tools/ai-readiness"
tags: ["Free Tools"]
---

# AI Readiness Analyzer

`POST /v3/free-tools/ai-readiness`

Analyze a URL's structure and signals for AI readiness.

## Request body

- object
  - `url` string, required

## Response `200`

Default Response

- object
  - `url` string
  - `totalScore` number
  - `grade` string
  - `checks` object[]
    - `id` string
    - `label` string
    - `status` string
    - `score` number
    - `details` string
    - `recommendation` string
  - `analyzedAt` string

## Other responses

- `400` — Default Response
- `429` — Default Response
- `500` — Default Response

## Changes

- **2026-09-18** `e0163b1c37cb` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/free-tools/ai-readiness/post.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/snowseo/apis/snowseo-api/revisions/fa1bfff7ecc8?raw)
