About this endpoint
What it does
Submits travel review text for sentiment analysis as an asynchronous job. The request includes the review content, and the response returns a job identifier you can use to track the job.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| content | String | Yes | Review text to analyze the sentiment. |
Response
Returns a JSON object with a job_id string field. Use this job identifier to poll the corresponding job-check endpoint for the result.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| job_id | String | Yes | Identifier for the submitted job. |