---
title: "Generate Tours & Activities Product Categories API"
slug: generate-tours-activities-product-catego
url: https://apyverse.com/sharpapi/service/generate-tours-activities-product-catego
provider: SharpAPI
categories: [Developer Tools, Smart Generation, Travel]
tags: [travel-categorization, tour-categories, activity-classification, content-classification, travel-taxonomy]
auth: api_key
---

#  Generate Tours & Activities Product Categories API

Classify travel text into ranked tours and activities categories. Submit content and optional location context, then retrieve category names with weights.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `sharpapi/api/v1/tth/ta_product_categories` | What it does Submits an async job to generate tours and activities product categories from the prov… | 50 |
| GET | `sharpapi/api/v1/tth/ta_product_categories/job/status/` | What it does Checks the status of an asynchronous job for generating Tours & Activities product cat… | 1 |

## About

## What it does
Tour Category Generator turns travel content into a ranked list of tours and activities product categories. Send it `content`, and optionally add `city`, `country`, `language`, `context`, and `max_quantity` to shape the output. The service returns a `job_id` so you can check processing asynchronously.

When the job completes, you get a structured result with a `status` and a `result` array. Each result item includes a category `name` and a numeric `weight`, which helps you prioritize the best-fitting categories for a destination page, marketplace listing, or travel catalog.

Use it when you need to classify destination descriptions, normalize supplier copy, or build browsing filters from unstructured travel text. `language` lets you request the output in a specific language, while `city` and `country` provide geographic context for better category matching.

Tour Category Generator is built for travel products that need clean taxonomy data without hand-editing every listing. It gives you a repeatable way to transform free-form text into an ordered set of tour and activity categories.

## Usage

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