---
title: Generate Product Categories API
slug: generate-product-categories
url: https://apyverse.com/sharpapi/service/generate-product-categories
provider: SharpAPI
categories: [Artificial Intelligence, E-commerce Quick Tools, Smart Generation]
tags: [product-categorization, taxonomy, classification, ai-generation, ecommerce]
auth: api_key
---

# Generate Product Categories API

Generate ranked product category suggestions from a product name and parameters. Returns job status plus category names with weights for taxonomy workflows.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `sharpapi/api/v1/ecommerce/product_categories` | What it does Submits a product-categorization generation job using the provided product content and… | 50 |
| GET | `sharpapi/api/v1/ecommerce/product_categories/job/status/:job_id` | What it does Checks the status of an asynchronous product-categories generation job by its jobid. T… | 1 |

## About

## What it does
Product Category Generator helps you turn a product name and its parameters into a ranked set of category suggestions. Send `content` in the request body, and optionally include `context` to narrow the category space, `language` to control the output language, `voice_tone` to shape the wording, and `max_quantity` to limit how many categories you want back.

The POST endpoint starts an asynchronous job and returns a `job_id` plus a `status_url`. You then poll the status endpoint with that `job_id` until the job reaches `success`, `failed`, `queued`, or `running`.

When the job completes successfully, the result includes an array of category objects with `name` and `weight`. Use the weights to sort or filter the suggested categories before mapping them into your own taxonomy, autocomplete flow, catalog enrichment pipeline, or internal classification workflow.

Use Product Category Generator when you need category ideas for a new listing, want to standardize product taxonomy across vendors, or need a lightweight way to generate category candidates before a human review step.

## 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-categories
