---
title: Generate Hospitality Product Categories API
slug: generate-hospitality-product-categories
url: https://apyhub.com/sharpapi/service/generate-hospitality-product-categories
provider: SharpAPI
categories: [Artificial Intelligence, Smart Generation, Travel]
tags: [hospitality, travel-categories, content-classification, category-generation, taxonomy, asynchronous-jobs]
auth: api_key
---

# Generate Hospitality Product Categories API

Generate ranked hospitality category names from travel content. Returns job status plus category names and weights for taxonomy workflows.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/sharpapi/api/v1/tth/hospitality_product_categories` | What it does Submits a job to generate hospitality product categories from the provided content. Th… | 50 |
| GET | `/sharpapi/api/v1/tth/hospitality_product_categories/job/status/:job_id` | What it does Checks the status of a previously submitted hospitality product category generation jo… | 1 |

## About

## What it does
Hospitality Product Categories generates a ranked list of product category names from your travel or hospitality content. Send a `content` string, and you can also include `city`, `country`, `language`, `context`, `voice_tone`, and `max_quantity` to shape the output. The submit endpoint returns a `job_id` and `status_url`, so you can process larger requests asynchronously.

Use Hospitality Product Categories when you need structured category ideas from unstructured text: hotel collections, destination guides, tour packages, amenity groupings, or marketplace merchandising for a travel brand. The service is built for content classification and category generation, not for booking or geocoding.

Poll the job status endpoint with the returned `job_id`. When the job finishes successfully, the response includes a `result` array with category objects. Each object contains a `name` and a `weight`, letting you sort or filter categories by relevance in your own workflow.

If you are building content operations, travel commerce tooling, or an AI-assisted taxonomy generator, this service gives you machine-readable category suggestions you can plug into dashboards, search filters, or CMS pipelines.

## Usage

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