Purchase: Text-to-Speech
https://api.the402.ai/v1/services/svc_a800d144af134773/purchaseOverview
Purchase: Text-to-Speech
Protocol
x402
Price
$0.02
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
the402
Source
bazaar
Indexed
2026-04-06 02:26:54
Health
Status
degraded
Latency (p50)
228ms
Uptime (30d)
100.0%
Reliability Score
80/100
Last Checked
2026-07-08 01:32:23
Last Healthy
2026-05-16 07:11:35
Consecutive Failures
20
x402 Payment Validation
Payment Requirements
Invalid
Asset Verified
—
Facilitator
—
Input Schema
{
"body": {
"properties": {
"model_id": {
"description": "Model ID. Defaults to eleven_multilingual_v2.",
"type": "string"
},
"text": {
"description": "Text to convert to speech (max 5,000 chars)",
"type": "string"
},
"voice_id": {
"description": "ElevenLabs voice ID. Defaults to Rachel.",
"type": "string"
}
},
"required": [
"text"
],
"type": "object"
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"properties": {
"job_id": {
"type": "string"
},
"status": {
"type": "string"
},
"thread_id": {
"type": "string"
}
},
"type": "object"
}