---
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

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/revisions/b3bb15a00861/schema)
