---
title: Generate Product Introduction API
slug: generate-product-introduction
url: https://apyverse.com/sharpapi/service/generate-product-introduction
provider: SharpAPI
categories: [Marketing, Smart Generation]
tags: [product-copy, content-generation, ai-writing, marketing-copy, asynchronous-jobs]
auth: api_key
---

# Generate Product Introduction API

Generate a short product introduction from content, with language, max length, and voice tone options. Returns a job ID and result polling URL.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `sharpapi/api/v1/ecommerce/product_intro` | What it does Submits content to generate a product introduction and returns identifiers for trackin… | 50 |
| GET | `sharpapi/api/v1/ecommerce/product_intro/job/status/` | What it does Checks the status of an asynchronous product-introduction generation job by job ID and… | 1 |

## About

## What it does
Product Introduction Generator turns your source content into a short product introduction and returns it asynchronously. Send `content`, and you can also set `language`, `max_length`, and `voice_tone` in the request body. The service returns a `job_id` and a `status_url` so you can poll for completion without blocking your workflow.

Use Product Introduction Generator when you need a concise intro for a landing page, app store listing, internal launch brief, or marketing draft. It is built for teams that already have product details and want a polished introduction in a chosen language and tone, constrained to the length you specify.

Because the response is job-based, it fits batch pipelines and background processing well. Submit the text once, check job status with the job ID, and read the generated `product_intro` from the completed job result when the status reaches success.

If you need to standardise how product copy is drafted across tools or services, this endpoint gives you a simple asynchronous way to generate a ready-to-use introduction from plain text.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/sharpapi/service/generate-product-introduction
