---
title: "Generate Tours & Activities Product Categories API"
slug: generate-tours-activities-product-catego
url: https://apyhub.com/sharpapi/service/generate-tours-activities-product-catego
provider: SharpAPI
categories: [Marketing, Smart Generation, Travel]
auth: api_key
---

# Generate Tours & Activities Product Categories API

Classify travel content into ranked tours and activities categories. Returns job status plus category names and weights for search, merchandising, and taxonomy cleanup.

## 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/:job_id` | What it does Checks the status of a previously submitted job for generating tours and activities pr… | 1 |

## About

## What it does
Tour Category Generator turns travel content into ranked tours-and-activities product categories. Send a content string, and optionally add city, country, language, context, and max_quantity to shape the output. The job returns a job_id and status_url first, then a status record when you check the job.

Use it when you need to map destination copy, activity descriptions, or curated travel inventory into a normalized category list. The submitted content drives the classification; city and country can help anchor the travel context, while language lets you request the output in the language you need.

When the job finishes, the status response includes a result array of category objects with name and weight, along with a status value of success, failed, running, or queued. That makes it easy to sort category suggestions by relevance and feed them into travel search, merchandising, or content organization workflows.

Tour Category Generator is a good fit for travel platforms that need structured categories from unstructured copy without building their own taxonomy pipeline.

## Usage

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