---
title: Generate Product Introduction API
slug: generate-product-introduction
url: https://apyhub.com/sharpapi/service/generate-product-introduction
provider: SharpAPI
categories: [Artificial Intelligence, Marketing, Smart Generation]
tags: [ecommerce, introduction, product]
auth: api_key
---

# Generate Product Introduction API

Generate a product introduction from content, with language, length, and tone options. Poll a job status URL and receive the finished product_intro.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/sharpapi/api/v1/ecommerce/product_intro` | What it does Submits a job to generate a product introduction from the provided content. The endpoi… | 50 |
| GET | `/sharpapi/api/v1/ecommerce/product_intro/job/status/:job_id` | What it does Checks the status of a product-introduction generation job by job ID. The response ret… | 1 |

## About

## What it does
Product Introduction Generator creates a product introduction from your content. Send a `content` string, and you can also set `language`, `max_length`, and `voice_tone` in the request body to steer the output.

Use it when you need a concise intro for a landing page, app store listing, marketing draft, or internal product brief. The POST request returns a `job_id` and a `status_url`, so generation runs asynchronously and you can poll for completion without blocking your workflow.

Check the job status with `job_id` through `GET /job/status/:job_id`. The status response includes the job `id`, the current `status` (`queued`, `running`, `success`, or `failed`), and, when complete, a `result` object containing `product_intro`.

Product Introduction Generator fits pipelines that need AI-written copy with a controllable tone and length, while keeping the response format simple for downstream automation.

## Usage

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