# x402factory-ai/solanatts100

> x402factory-ai/solanatts100 is a paid API for AI agents from x402factory.ai, paid per call via x402, $1/call, status unknown (last checked 2026-09-14).

Converts up to 1666 characters of text into a hosted audio URL, charging exactly 1.00 USDC via Solana x402 payment

## Facts

- Endpoint: POST https://x402factory.ai/solana/tts/100
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402factory-ai-solanatts100-2d94b751
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mkk6rd-dddggn6gonhppU

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 x402factory-ai-solanatts100-2d94b751 -d '<json body>'
```

Example prompt: Read this paragraph aloud and give me a hosted audio link: 'Welcome to our platform. We help developers build faster with AI-powered tools. Sign up today and get your first month free.' Charge my Solana wallet exactly 1 USDC for the conversion.

## When to prefer this

Use this endpoint when you need to convert short text (up to 1666 characters) to speech and want to pay exactly 1.00 USDC via Solana x402 micropayment — ideal for fixed-cost TTS in Solana-native or x402-enabled agent workflows. Prefer this over the Base TTS variant when transacting on Solana. Prefer a higher-tier endpoint (e.g. /solana/tts/200) when your text exceeds 1666 characters.

## Known failure modes

- HTTP 400 if text exceeds 1666 characters — caller must upgrade to a higher-priced tier (e.g. /solana/tts/200 or above)
- HTTP 402 if x402 payment is missing or insufficient — caller must provide a valid 1.00 USDC Solana x402 payment header
- HTTP 500 if the TTS synthesis backend fails
- Empty or malformed request body returns an error

## How this service works

Solana text-to-speech API with fixed-price tiers paid via x402. Converts text input into a hosted audio URL. This endpoint is a fixed-price tier: '/solana/tts/100' charges exactly 1.000000 USDC prepaid. Within this tier, you can send up to 1666 characters (including spaces). If you send more, the server returns HTTP 400 and you should use a higher-priced /solana/tts/<amount> tier. Each integer segment after /solana/tts/ represents 0.01 USDC (e.g. /solana/tts/50 = 0.50 USDC, /solana/tts/1000 = 10.00 USDC).

## Output

A hosted audio URL pointing to the synthesized speech file generated from the submitted text. The audio can be accessed or shared directly via the returned URL.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402factory-ai-solanatts100-2d94b751/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402factory.ai](https://www.zero.xyz/host/x402factory.ai/llms.txt)
