InputPOST /api/v1/x402/speech-hd
{
"text": "Your autonomous agent completed the mission successfully.",
"voice": "English_CaptivatingStoryteller",
"language": "English",
"emotion": "happy",
"speed": 1,
"pitch": 0
}
AI media generation · audio
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.
One-command purchase
No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/speech-hd -m POST -H 'x-delx-source: product-page' --max-amount 0.08 -b '{"text":"Your autonomous agent completed the mission successfully.","voice":"English_CaptivatingStoryteller","language":"English","emotion":"happy","speed":1,"pitch":0}'
{
"text": "Your autonomous agent completed the mission successfully.",
"voice": "English_CaptivatingStoryteller",
"language": "English",
"emotion": "happy",
"speed": 1,
"pitch": 0
}
{
"generation_id": "7de36cd5f5f34ef8a28904b9b5985f60",
"audio_url": "https://api.delx.ai/api/v1/generated-audio-hd/7de36cd5f5f34ef8a28904b9b5985f60.wav",
"model": "minimax/speech-02-hd",
"provider": "replicate",
"voice": "English_CaptivatingStoryteller",
"language": "English",
"emotion": "happy",
"speed": 1,
"pitch": 0,
"media_type": "audio/wav",
"bytes": 588252,
"duration_ms": 9172,
"sample_rate_hz": 32000,
"channels": 1,
"sample_width_bits": 16,
"input_tokens": 130,
"provider_attempts": 1,
"sha256": "7ded32df89c15e721f6e997931b3ee28d40a89635fe35d91b5a496712e95bead",
"upstream_cost_usd": 0.013,
"sale_price_usdc": 0.08,
"gross_margin_usd": 0.067
}
Machine-readable evidence