---
title: "Seo Analysis Endpoint"
method: GET
path: "/api/v1/seo-analysis"
tags: ["seoAnalysis", "seoAnalysis"]
---

# Seo Analysis Endpoint

`GET /api/v1/seo-analysis`

## Query parameters

- `domain` string, required — Domain to analyze (e.g., quickads.ai)
- `url` string, uri, required — Full URL to analyze (e.g., https://quickads.ai)
- `keyword` string, nullable — Optional keyword for SimilarWeb keyword tool

## Response `200`

Successful Response

- SeoAnalysisAPIResponseDTO
  - `success` boolean
  - `message` string
  - `data` SeoAnalysisResponseDTO, required
    - `domain` string, required
    - `url` string, uri, required
    - `keyword` string, nullable
    - `fetchedAt` string, date-time, required
    - `data` object, required
    - `summary` SeoSummaryDTO, required
      - `totalAPIs` integer, required
      - `successfulAPIs` integer, required
      - `failedAPIs` integer, required
      - `skippedAPIs` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/624917d53409/schema)
