# SlinkylLayer Travel Review Sentiment Analysis

> SlinkylLayer Travel Review Sentiment Analysis is a paid API for AI agents from x402.slinkylayer.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Submits a travel review text for asynchronous sentiment analysis, returning a job ID to poll for the sentiment result.

## Facts

- Endpoint: POST https://x402.slinkylayer.ai/api/v1/proxy/:id/tth-review-sentiment
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/slinkyllayer-travel-review-sentiment-analysis-7635763b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HpBFpI1thtXSOY0QrMT-t

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability slinkyllayer-travel-review-sentiment-analysis-7635763b -d '<json body>'
```

Example prompt: Can you analyze the sentiment of this travel review for me: 'The hotel had stunning ocean views and impeccable service, but the check-in process was frustratingly slow and the room smelled musty' — I need to know if it's overall positive, negative, or mixed?

## When to prefer this

Choose this endpoint when you specifically need sentiment analysis scoped to travel and hospitality reviews, and can tolerate an asynchronous (job-based) workflow where you submit first and poll for results. It is well-suited for agents that process guest reviews, tourism feedback, or hotel testimonials and need a lightweight, pay-per-call sentiment classifier without managing your own NLP infrastructure. Prefer alternatives if you need synchronous real-time sentiment results or if the review content is outside the travel/hospitality domain.

## Known failure modes

- Missing or empty review text in request body returns validation error
- Invalid or malformed JSON payload causes 400 bad request
- Insufficient USDC payment ($0.1 required) results in payment failure via x402 protocol
- Job ID returned but downstream sentiment model unavailable causes job to stall
- Polling the job status before processing completes returns pending status — result not yet available
- Rate limiting if too many concurrent submissions are made

## How this service works

Submit a travel review for sentiment analysis. Returns a job identifier that can be used to query the job status and retrieve the sentiment result.

## Output

Returns a job identifier (job ID) that can be used to poll a separate status endpoint to retrieve the completed sentiment analysis result, which includes the sentiment classification (e.g. positive, negative, neutral/mixed) and likely a confidence score or sentiment breakdown for the submitted travel review.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/slinkyllayer-travel-review-sentiment-analysis-7635763b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.slinkylayer.ai](https://www.zero.xyz/host/x402.slinkylayer.ai/llms.txt)
