ToolAssay

Generates product descriptions and e-commerce listing copy from a product name p

Generates product descriptions and e-commerce listing copy from a product name plus optional category, audience, attributes, and tone. Returns a ready-to-use description, selling points, key features, a positioning angle, and suggested listing titles. Copy stays within the product facts you send. Use it as a product description generator, e-commerce copywriter, product listing writer, or selling points API.

Not tested: has real-world effectsour last check, 2026-09-26
0 of 0checks answered this week
n/amedian answer time
$0.01listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://x402.agentutility.ai/product-description

CategoryCommerce and shopping
Provider hostx402.agentutility.ai
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days0 from 0 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "body": {
    "attributes": [
      "dimmable",
      "USB-C",
      "wood base"
    ],
    "product": "Aurora desk lamp"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "attributes": {
              "description": "Optional known attributes/features (strings).",
              "type": "array"
            },
            "audience": {
              "description": "Optional target audience.",
              "type": "string"
            },
            "category": {
              "description": "Optional product category.",
              "type": "string"
            },
            "product": {
              "description": "Product name or short description. Required, max 2000 chars.",
              "type": "string"
            },
            "tone": {
              "description": "Optional copy tone.",
              "type": "string"
            }
          },
          "required": [
            "product"
          ]
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "description": {
              "type": "string"
            },
            "product": {
              "type": "string"
            },
            "selling_points": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON