---
title: Generate Travel Review Sentiment API
slug: generate-travel-review-sentiment
url: https://apyverse.com/sharpapi/service/generate-travel-review-sentiment
provider: SharpAPI
categories: [Artificial Intelligence, Travel]
tags: [travel, sentiment-analysis, review-analysis, text-classification, nlp]
auth: api_key
---

# Generate Travel Review Sentiment API

Analyze travel review text asynchronously and get a sentiment score with an opinion label. Useful for classifying guest, hotel, or airline feedback.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `sharpapi/api/v1/tth/review_sentiment` | What it does Submits travel review text for sentiment analysis as an asynchronous job. The request… | 50 |
| GET | `sharpapi/api/v1/tth/review_sentiment/job/status/:job_id` | What it does Checks the status of a travel review sentiment analysis job using the job identifier i… | 1 |

## About

## What it does
Travel Review Sentiment analyzes review text and returns a sentiment result for travel-related feedback. Send a review in the `content` field, get back a `job_id`, then check the job status to retrieve the analysis.

Use it when you need to classify guest comments, hotel reviews, airline feedback, or tour ratings at scale. The status endpoint returns a job record with `id`, `type`, and `attributes`, including the current `status` and a `result` object when the job completes.

The result contains a numeric `score` and an `opinion` value such as `POSITIVE`. That makes it straightforward to route reviews into dashboards, moderation queues, or analytics pipelines without parsing free-form text yourself.

Travel Review Sentiment is a good fit for applications that need asynchronous sentiment analysis of customer feedback, especially when you want a lightweight response for submission and a separate status check for the final classification.

## Usage

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