---
title: "Meta Description Generator"
method: POST
path: "/v3/free-tools/meta-description-generator/"
tags: ["Free Tools"]
---

# Meta Description Generator

`POST /v3/free-tools/meta-description-generator/`

Generate SEO-optimized meta descriptions based on website content.

## Request body

- object
  - `input` string, required — Text content or website URL to analyze
  - `mode` 'website' | 'text', required — Whether 'input' is a URL or raw text

## Response `200`

Successful response

- object — Successful response
  - `descriptions` object[]
    - `text` string
    - `characterCount` number

## Other responses

- `400` — Website is required
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[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/versions/8f92b00b75d6/schema)
