api.delx.ai
https://api.delx.ai/api/v1/x402/speech-hdShares a payout wallet with 1,007 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
Generate high-fidelity expressive speech for $0.08 USDC. Call when you need English, Portuguese, or Spanish voiceover with emotion, speed, and pitch for up to 500 UTF-8 bytes—not a phone carrier or realtime session. Returns a validated 32 kHz mono WAV URL and SHA-256 receipt. No API key, no subscription.
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
100.0% avgResponse time
p50 399ms · p95 510msData table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 8/18/2026, 12:00:00 AM | 100% | 3 | 382ms |
| 8/19/2026, 12:00:00 AM | 100% | 21 | 398ms |
| 8/20/2026, 12:00:00 AM | 100% | 18 | 406ms |
- Availability
- 100
- Latency
- 96
- Security
- 100
- Transparency
- 67
- Activity
- 0
How often it was reachable when we probed it (weight 35%).
How quickly it answers when it is up — fast scores high (weight 20%).
Whether it serves over working TLS / https (weight 15%).
Whether the operator disclosed what it does — description, schema, identity (weight 15%).
Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).
Confidence 84% — how much probe evidence backs this score. A thin history is flagged, not hidden.
See the scoring methodology for exactly how each number is computed.
Payment
- Currencies
- USDC
- Networks
- base, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
- Facilitator
- unknown
- SDK
- unknown
Operator
- Company
- inferred — unknown
- Jurisdiction
- —
- Registrar
- GoDaddy.com, LLC
- Domain registered
- 2026-02-09
- Hosting network
- CLOUD-HEL1
- Hosting country
- FI
Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.
On-chain activity (base)
Payments per day
last payment 8/20/2026Data table
| Day | Payments | Volume (USD) | Paying wallets |
|---|---|---|---|
| 7/28/2026 | 2 | 0.05 | 1 |
| 7/29/2026 | 13 | 0.15 | 2 |
| 7/30/2026 | 4 | 0 | 1 |
| 8/2/2026 | 1 | 0.01 | 1 |
| 8/3/2026 | 82 | 0.48 | 1 |
| 8/4/2026 | 115 | 0.45 | 2 |
| 8/5/2026 | 65 | 0.24 | 2 |
| 8/6/2026 | 415 | 1.12 | 11 |
| 8/7/2026 | 198 | 2.22 | 6 |
| 8/8/2026 | 1 | 0.01 | 1 |
| 8/9/2026 | 10 | 0.15 | 4 |
| 8/11/2026 | 382 | 0.54 | 8 |
| 8/12/2026 | 20 | 0.04 | 2 |
| 8/13/2026 | 24 | 0.08 | 3 |
| 8/14/2026 | 32 | 0.18 | 8 |
| 8/15/2026 | 13 | 0.03 | 3 |
| 8/16/2026 | 27 | 0.07 | 10 |
| 8/17/2026 | 23 | 0.12 | 3 |
| 8/18/2026 | 479 | 0.79 | 4 |
| 8/19/2026 | 17 | 0.03 | 1 |
| 8/20/2026 | 18 | 0.06 | 4 |
This payout wallet is shared: figures cover all 1,008 endpoints paid at it, since payments cannot be attributed to one of them. Only payments settled on chains and facilitators we index.
Linked by wallet — likely same operator
On-chain agent identity and the x402 endpoint that shares its settlement wallet.
Response schema
{
"additionalProperties": true,
"properties": {
"audio_url": {
"format": "uri",
"type": "string"
},
"bytes": {
"type": "integer"
},
"channels": {
"const": 1,
"type": "integer"
},
"duration_ms": {
"type": "integer"
},
"emotion": {
"type": "string"
},
"generation_id": {
"type": "string"
},
"gross_margin_usd": {
"type": "number"
},
"input_tokens": {
"type": "integer"
},
"language": {
"type": "string"
},
"media_type": {
"const": "audio/wav",
"type": "string"
},
"model": {
"const": "minimax/speech-02-hd",
"type": "string"
},
"pitch": {
"type": "integer"
},
"provider": {
"const": "replicate",
"type": "string"
},
"provider_attempts": {
"type": "integer"
},
"sale_price_usdc": {
"const": 0.08,
"type": "number"
},
"sample_rate_hz": {
"const": 32000,
"type": "integer"
},
"sample_width_bits": {
"const": 16,
"type": "integer"
},
"sha256": {
"type": "string"
},
"speed": {
"type": "number"
},
"upstream_cost_usd": {
"type": "number"
},
"voice": {
"type": "string"
}
},
"required": [
"generation_id",
"audio_url",
"model",
"provider",
"voice",
"language",
"emotion",
"media_type",
"duration_ms",
"sample_rate_hz",
"channels",
"sample_width_bits",
"input_tokens",
"sha256",
"upstream_cost_usd",
"sale_price_usdc",
"gross_margin_usd"
],
"type": "object"
}