InputPOST /api/v1/x402/transcribe-audio
{
"audio_base64": "<base64 WAV up to 2 MiB decoded and 60 seconds>"
}
AI media generation · audio
Transcribe one clipped WAV to text for $0.02 USDC. Call when you need a transcript from a voice note, meeting snippet, or support call under 60 seconds. Returns the text and SHA-256 receipt. No API key, no subscription, no retained audio.
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/transcribe-audio -m POST -H 'x-delx-source: product-page' --max-amount 0.02 -b '{"audio_base64":"<base64 WAV up to 2 MiB decoded and 60 seconds>"}'
{
"audio_base64": "<base64 WAV up to 2 MiB decoded and 60 seconds>"
}
{
"generation_id": "9c2e1b84f0a14d2e9c8b7a6543210fed",
"text": "hello agents",
"text_url": "https://api.delx.ai/api/v1/generated-transcripts/9c2e1b84f0a14d2e9c8b7a6543210fed.txt",
"provider": "replicate",
"model": "vaibhavs10/incredibly-fast-whisper",
"provider_prediction_id": "tr-example-prediction",
"media_type": "text/plain",
"bytes": 12,
"sha256": "2d6c7c2b3f3c8e1e7b0d3a5b6e7f8a9b1234567890abcdef1234567890abcdef",
"input_sha256": "34a8815e9c57e321194d50f2ea8b64394019fb8038c9aefd7a9a306a5030fc31",
"upstream_cost_usd": 0.0036,
"sale_price_usdc": 0.02,
"gross_margin_usd": 0.0164
}
Machine-readable evidence