{"partialResults":false,"resources":[{"accepts":[{"amount":"50000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","outputSchema":{"properties":{"audio":{"type":"string"},"chars":{"type":"integer"},"format":{"type":"string"},"model":{"type":"string"},"provider":{"type":"string"},"voice":{"type":"string"}},"required":["model","provider","voice","format","audio","chars"],"type":"object"},"payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"50000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"50000","asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:42161","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"50000","asset":"0x754704Bc059F8C67012fEd69BC8A327a5aafb603","extra":{"name":"USDC","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:143","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"50000","asset":"0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:43114","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"50000","asset":"0xe15fC38F6D8c56aF07bbCBe3BAf5708A2Bf42392","extra":{"name":"USDC","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:1329","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"51000","asset":"0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:10","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"50000","asset":"0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168","extra":{"name":"Global Dollar","version":"1"},"maxTimeoutSeconds":300,"network":"eip155:4663","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"50000","asset":"0xcebA9300f2b948710d2653dD7B07f33A8B32118C","extra":{"name":"USDC","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:42220","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"50000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"assetTransferMethod":"permit2","facilitatorAddress":"0x93F6601151cCB08F333AB4B1CCcfb1e188c0bE44","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"upto"},{"amount":"50000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"J7aN3PLJnTCF5qpEnvJHJsnCjcGuqC2rYtEM8Gv3xwg","scheme":"exact"},{"amount":"500000","asset":"CCW67TSZV3SSS2HXMBQ5JFGCKJNXKZM7UQUWUZPUTHXSTZLEO7SJMI75","extra":{"areFeesSponsored":true},"maxTimeoutSeconds":300,"network":"stellar:pubnet","payTo":"GDNJXCKW7ZM7GEEVP674TWPU26YJNBQ2FI4ZIPRKTPTNUEJMDHFJWWRL","scheme":"exact"},{"amount":"50000","asset":"31566704","extra":{"feePayer":"ZMFK2OI7ZBD2U27ISERZC4S6LKM6WMFJPZQ4MYNJDZ2VNBNMBA67RA22AA","tag":"x402-global-challenge"},"maxTimeoutSeconds":300,"network":"algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=","payTo":"C7IIHG7SPLPZ5H7ZT6HW3UV2OQMQQE6Y2HBNGZXSLRJULE42BEE2OY2XIE","scheme":"exact"}],"description":"Convert text to speech using OpenAI TTS-1. Returns base64-encoded audio (mp3/opus/aac/flac/wav/pcm). 10 voices available. No API key needed; pay per call via x402. Text capped at 2000 chars. For high-volume speech where timbre matters less, /api/tts-lite is the same interface on Kokoro-82M at $0.005.","extensions":{"bazaar":{"info":{"input":{"body":{"format":"mp3","text":"Hello from Agent402!","voice":"alloy"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"audio":"\u003cbase64-encoded audio\u003e","chars":20,"format":"mp3","model":"tts-1","provider":"openai","voice":"alloy"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"format":{"description":"Audio format: mp3, opus, aac, flac, wav, pcm (default: mp3)","type":"string"},"text":{"description":"Text to convert to speech (max 2000 chars)","type":"string"},"voice":{"description":"Voice: alloy, ash, ballad, coral, echo, fable, nova, onyx, sage, shimmer (default: alloy)","type":"string"}},"required":["text"]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"audio":{"type":"string"},"chars":{"type":"integer"},"format":{"type":"string"},"model":{"type":"string"},"provider":{"type":"string"},"voice":{"type":"string"}},"required":["model","provider","voice","format","audio","chars"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_b4aw4uzd"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"maxItems":11,"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}},"payment-identifier":{"info":{"required":false},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"id":{"maxLength":128,"minLength":16,"pattern":"^[a-zA-Z0-9_-]+$","type":"string"},"required":{"type":"boolean"}},"required":["required"],"type":"object"}}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1784423094/bazaar-icons/478aced8e219894c.png","lastUpdated":"2026-09-16T18:49:14.113Z","quality":{"l30DaysTotalCalls":344,"l30DaysUniquePayers":4,"lastCalledAt":"2026-09-16T18:50:13.537Z"},"resource":"https://agent402.tools/api/tts","serviceName":"Text-to-speech","tags":["ai","tts","text-to-speech","audio","voice"],"type":"http","x402Version":2},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xc210Ea7D5692a6401ADf25BbCB7aCDe9cDB7e9Ff","scheme":"exact"},{"amount":"5000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0xc210Ea7D5692a6401ADf25BbCB7aCDe9cDB7e9Ff","scheme":"exact"},{"amount":"5000","asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:42161","payTo":"0xc210Ea7D5692a6401ADf25BbCB7aCDe9cDB7e9Ff","scheme":"exact"}],"description":"Turns text into natural speech with MeloTTS in English, Spanish, French, Chinese, Japanese or Korean, in about a second. Returns a hosted WAV URL valid for 24 hours plus its size; add inline=true to also get the base64. Up to 2000 characters per call. You are only charged if the audio is delivered. No API key, no account.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"lang":"en","text":"Your order has shipped and will arrive on Tuesday."},"type":"http"},"output":{"example":{"bytes":288102,"characters":50,"expires":"2026-09-14T18:00:00.000Z","lang":"en","mime":"audio/wav","model":"@cf/myshell-ai/melotts","url":"https://flat-rate-llm.kikoribera03.workers.dev/m/9b2e6d4a1c0f8e7d3a5b2c11.wav"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"inline":{"description":"Also return the WAV as base64. Default false.","type":"boolean"},"lang":{"description":"en, es, fr, zh, ja or ko. Default en.","type":"string"},"text":{"description":"What to say, up to 2000 characters.","type":"string"}},"required":["text"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-09-13T17:50:20.473Z","quality":{"l30DaysTotalCalls":1,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-13T17:50:20.323Z"},"resource":"https://flat-rate-llm.kikoribera03.workers.dev/v1/ai/speech","serviceName":"Text-to-speech (MeloTTS)","tags":["text to speech","tts","speech synthesis","voice","audio generation"],"type":"http","x402Version":2},{"accepts":[{"amount":"50000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x6c0752c09e7F6fA6526fCDf40e456a159ebB5621","scheme":"exact"},{"amount":"50000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"FJqAJ4dXkFbrp3EEo8E9x98iaBGUQwaU8Srz5ePfUXLH","scheme":"exact"}],"description":"Converts text to speech with 30+ voices and 5 audio formats. Morpheus primary for Kokoro, Venice fallback and alternate TTS models (xAI / ElevenLabs / Orpheus / MiniMax / Gemini), with fal.ai storage for hosted audio URLs. Use it as a TTS API or voice generator.","extensions":{"bazaar":{"discoverable":true,"info":{"input":{"body":{"format":"mp3","text":"Hello, this is a test of the speech synthesizer.","voice":"af_sky"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"audio_url":"https://...mp3","file_size_bytes":24000,"format":"mp3","source":"morpheus"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"format":{"description":"Audio format. Default mp3.","enum":["mp3","wav","opus","aac","flac"],"type":"string"},"model":{"description":"TTS model ID. Default tts-kokoro; the voice must be compatible with the selected model.","type":"string"},"speed":{"description":"Playback speed from 0.25 to 4. Default 1.","type":"number"},"text":{"description":"Text to synthesize, up to 4,000 characters.","maxLength":4000,"type":"string"},"voice":{"description":"Model-specific voice ID. Default af_sky; onyx maps to the Kokoro am_onyx voice.","type":"string"}},"required":["text"]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"audio_url":{"type":"string"},"file_size_bytes":{"type":"integer"},"format":{"type":"string"},"source":{"type":"string"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_awpbwsy3"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1783070352/bazaar-icons/54f004eda341546b.png","lastUpdated":"2026-09-16T06:45:16.211Z","quality":{"l30DaysTotalCalls":2,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-16T06:45:15.904Z"},"resource":"https://x402.agentutility.ai/text-to-speech","serviceName":"AgentUtility.ai","tags":["synthforge","text","speech"],"type":"http","x402Version":2},{"accepts":[{"amount":"100000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","outputSchema":{"properties":{"audio":{"type":"string"},"chars":{"type":"integer"},"format":{"type":"string"},"model":{"type":"string"},"provider":{"type":"string"},"voice":{"type":"string"}},"required":["model","provider","voice","format","audio","chars"],"type":"object"},"payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"100000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"100000","asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:42161","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"100000","asset":"0x754704Bc059F8C67012fEd69BC8A327a5aafb603","extra":{"name":"USDC","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:143","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"100000","asset":"0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:43114","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"100000","asset":"0xe15fC38F6D8c56aF07bbCBe3BAf5708A2Bf42392","extra":{"name":"USDC","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:1329","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"101000","asset":"0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:10","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"100000","asset":"0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168","extra":{"name":"Global Dollar","version":"1"},"maxTimeoutSeconds":300,"network":"eip155:4663","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"100000","asset":"0xcebA9300f2b948710d2653dD7B07f33A8B32118C","extra":{"name":"USDC","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:42220","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"100000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"assetTransferMethod":"permit2","facilitatorAddress":"0x67B9CE703d9ce658d7C4ac3c289cEa112fE662Af","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"upto"},{"amount":"100000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"J7aN3PLJnTCF5qpEnvJHJsnCjcGuqC2rYtEM8Gv3xwg","scheme":"exact"},{"amount":"1000000","asset":"CCW67TSZV3SSS2HXMBQ5JFGCKJNXKZM7UQUWUZPUTHXSTZLEO7SJMI75","extra":{"areFeesSponsored":true},"maxTimeoutSeconds":300,"network":"stellar:pubnet","payTo":"GDNJXCKW7ZM7GEEVP674TWPU26YJNBQ2FI4ZIPRKTPTNUEJMDHFJWWRL","scheme":"exact"},{"amount":"100000","asset":"31566704","extra":{"feePayer":"ZMFK2OI7ZBD2U27ISERZC4S6LKM6WMFJPZQ4MYNJDZ2VNBNMBA67RA22AA","tag":"x402-global-challenge"},"maxTimeoutSeconds":300,"network":"algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=","payTo":"C7IIHG7SPLPZ5H7ZT6HW3UV2OQMQQE6Y2HBNGZXSLRJULE42BEE2OY2XIE","scheme":"exact"}],"description":"Convert text to speech using OpenAI TTS-1-HD (higher fidelity). Returns base64-encoded audio. Same interface as /api/tts but with better audio quality. No API key needed; pay per call via x402. Text capped at 2000 chars.","extensions":{"bazaar":{"info":{"input":{"body":{"format":"mp3","text":"Hello from Agent402!","voice":"alloy"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"audio":"\u003cbase64-encoded audio\u003e","chars":20,"format":"mp3","model":"tts-1-hd","provider":"openai","voice":"alloy"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"format":{"description":"Audio format: mp3, opus, aac, flac, wav, pcm (default: mp3)","type":"string"},"text":{"description":"Text to convert to speech (max 2000 chars)","type":"string"},"voice":{"description":"Voice: alloy, ash, ballad, coral, echo, fable, nova, onyx, sage, shimmer (default: alloy)","type":"string"}},"required":["text"]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"audio":{"type":"string"},"chars":{"type":"integer"},"format":{"type":"string"},"model":{"type":"string"},"provider":{"type":"string"},"voice":{"type":"string"}},"required":["model","provider","voice","format","audio","chars"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_b4aw4uzd"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"maxItems":11,"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}},"payment-identifier":{"info":{"required":false},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"id":{"maxLength":128,"minLength":16,"pattern":"^[a-zA-Z0-9_-]+$","type":"string"},"required":{"type":"boolean"}},"required":["required"],"type":"object"}}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1784423094/bazaar-icons/478aced8e219894c.png","lastUpdated":"2026-09-11T12:41:47.621Z","quality":{"l30DaysTotalCalls":2,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-11T12:41:47.385Z"},"resource":"https://agent402.tools/api/tts-hd","serviceName":"Text-to-speech (HD)","tags":["ai","tts","text-to-speech","audio","voice"],"type":"http","x402Version":2},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","outputSchema":{"properties":{"audio":{"type":"string"},"chars":{"type":"integer"},"format":{"type":"string"},"model":{"type":"string"},"provider":{"type":"string"},"voice":{"type":"string"}},"required":["model","provider","voice","format","audio","chars"],"type":"object"},"payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"5000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"5000","asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:42161","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"5000","asset":"0x754704Bc059F8C67012fEd69BC8A327a5aafb603","extra":{"name":"USDC","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:143","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"5000","asset":"0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:43114","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"5000","asset":"0xe15fC38F6D8c56aF07bbCBe3BAf5708A2Bf42392","extra":{"name":"USDC","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:1329","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"6000","asset":"0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:10","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"5000","asset":"0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168","extra":{"name":"Global Dollar","version":"1"},"maxTimeoutSeconds":300,"network":"eip155:4663","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"5000","asset":"0xcebA9300f2b948710d2653dD7B07f33A8B32118C","extra":{"name":"USDC","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:42220","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"assetTransferMethod":"permit2","facilitatorAddress":"0x68EFaFE862d89cE66dd3D7B07d5A3747A0871164","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"upto"},{"amount":"5000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"J7aN3PLJnTCF5qpEnvJHJsnCjcGuqC2rYtEM8Gv3xwg","scheme":"exact"},{"amount":"50000","asset":"CCW67TSZV3SSS2HXMBQ5JFGCKJNXKZM7UQUWUZPUTHXSTZLEO7SJMI75","extra":{"areFeesSponsored":true},"maxTimeoutSeconds":300,"network":"stellar:pubnet","payTo":"GDNJXCKW7ZM7GEEVP674TWPU26YJNBQ2FI4ZIPRKTPTNUEJMDHFJWWRL","scheme":"exact"},{"amount":"5000","asset":"31566704","extra":{"feePayer":"ZMFK2OI7ZBD2U27ISERZC4S6LKM6WMFJPZQ4MYNJDZ2VNBNMBA67RA22AA","tag":"x402-global-challenge"},"maxTimeoutSeconds":300,"network":"algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=","payTo":"C7IIHG7SPLPZ5H7ZT6HW3UV2OQMQQE6Y2HBNGZXSLRJULE42BEE2OY2XIE","scheme":"exact"}],"description":"Convert text to speech with Kokoro-82M, ten times cheaper than /api/tts. Returns base64-encoded mp3 or pcm. The same request shape and the same ten OpenAI voice names as /api/tts, mapped to Kokoro's own voices; the voice is synthetic-sounding where the OpenAI tiers are not, which is the whole trade. Use this for high-volume narration, notifications and agent speech where the cost per call matters more than the timbre; use /api/tts or /api/tts-hd when it does not.","extensions":{"bazaar":{"info":{"input":{"body":{"format":"mp3","text":"Hello from Agent402!","voice":"alloy"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"audio":"\u003cbase64-encoded audio\u003e","chars":20,"format":"mp3","model":"hexgrad/kokoro-82m","provider":"openrouter","voice":"af_alloy"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"format":{"description":"Audio format: mp3 or pcm (default: mp3). The other formats are on /api/tts","type":"string"},"text":{"description":"Text to convert to speech (max 2000 chars)","type":"string"},"voice":{"description":"Voice: alloy, ash, ballad, coral, echo, fable, nova, onyx, sage, shimmer (default: alloy) - mapped to the nearest Kokoro voice, which is named back in the response","type":"string"}},"required":["text"]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"audio":{"type":"string"},"chars":{"type":"integer"},"format":{"type":"string"},"model":{"type":"string"},"provider":{"type":"string"},"voice":{"type":"string"}},"required":["model","provider","voice","format","audio","chars"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_b4aw4uzd"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"maxItems":11,"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}},"payment-identifier":{"info":{"required":false},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"id":{"maxLength":128,"minLength":16,"pattern":"^[a-zA-Z0-9_-]+$","type":"string"},"required":{"type":"boolean"}},"required":["required"],"type":"object"}}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1788138502/bazaar-icons/478aced8e219894c.png","lastUpdated":"2026-09-13T10:40:03.085Z","quality":{"l30DaysTotalCalls":2,"l30DaysUniquePayers":2,"lastCalledAt":"2026-09-13T10:40:02.756Z"},"resource":"https://agent402.tools/api/tts-lite","serviceName":"Text-to-speech (lite)","tags":["ai","tts","text-to-speech","audio","voice"],"type":"http","x402Version":2},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"decimals":6,"eip712":{"name":"USD Coin","version":"2"},"name":"USD Coin","version":"2"},"maxTimeoutSeconds":1200,"network":"eip155:8453","payTo":"0x515e7Bce44Baa5F6e42D16d4B5f27768E7f2F8cC","scheme":"exact"}],"description":"X.AI text-to-speech: convert text to speech (MP3) (Base Mainnet).","extensions":{"agentlink":{"info":{"resources":["https://api.xona-agent.com/base-main/audio/x-text-to-speech"],"uri":"https://api.xona-agent.com/base-main/audio/x-text-to-speech","version":"1"},"supportedChains":[{"chainId":"eip155:8453","type":"eip191"},{"chainId":"eip155:8453","type":"eip1271"}]},"bazaar":{"info":{"input":{"body":{"output_format":"","text":"","voice_id":""},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"audio_url":"","duration_seconds":null,"metadata":{}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"output_format":{"description":"Optional: codec, sample_rate, bit_rate","type":"string"},"text":{"description":"Text to convert to speech","type":"string"},"voice_id":{"description":"Voice: Eve, Ara, Leo, Rex, or Sal","type":"string"}},"required":["text"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","bodyType","body","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-09-17T02:25:59.241Z","quality":{"l30DaysTotalCalls":4,"l30DaysUniquePayers":4,"lastCalledAt":"2026-09-17T02:25:58.334Z"},"resource":"https://api.xona-agent.com/base-main/audio/x-text-to-speech","type":"http","x402Version":2},{"accepts":[{"amount":"60000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","outputSchema":{"type":"string"},"payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"60000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"60000","asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:42161","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"60000","asset":"0x754704Bc059F8C67012fEd69BC8A327a5aafb603","extra":{"name":"USDC","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:143","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"60000","asset":"0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:43114","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"60000","asset":"0xe15fC38F6D8c56aF07bbCBe3BAf5708A2Bf42392","extra":{"name":"USDC","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:1329","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"61000","asset":"0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:10","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"60000","asset":"0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168","extra":{"name":"Global Dollar","version":"1"},"maxTimeoutSeconds":300,"network":"eip155:4663","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"60000","asset":"0xcebA9300f2b948710d2653dD7B07f33A8B32118C","extra":{"name":"USDC","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:42220","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"60000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"assetTransferMethod":"permit2","facilitatorAddress":"0x2A89407a98A0732b7fD578c4E156B7166540EB5A","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"upto"},{"amount":"60000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"J7aN3PLJnTCF5qpEnvJHJsnCjcGuqC2rYtEM8Gv3xwg","scheme":"exact"},{"amount":"600000","asset":"CCW67TSZV3SSS2HXMBQ5JFGCKJNXKZM7UQUWUZPUTHXSTZLEO7SJMI75","extra":{"areFeesSponsored":true},"maxTimeoutSeconds":300,"network":"stellar:pubnet","payTo":"GDNJXCKW7ZM7GEEVP674TWPU26YJNBQ2FI4ZIPRKTPTNUEJMDHFJWWRL","scheme":"exact"},{"amount":"60000","asset":"31566704","extra":{"feePayer":"ZMFK2OI7ZBD2U27ISERZC4S6LKM6WMFJPZQ4MYNJDZ2VNBNMBA67RA22AA","tag":"x402-global-challenge"},"maxTimeoutSeconds":300,"network":"algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=","payTo":"C7IIHG7SPLPZ5H7ZT6HW3UV2OQMQQE6Y2HBNGZXSLRJULE42BEE2OY2XIE","scheme":"exact"}],"description":"OpenAI-compatible text-to-speech over x402 - point any OpenAI SDK's audio.speech.create() at base_url https://agent402.tools/v1 and pay $0.06 per call in USDC, no API key, no signup. Served by Voxtral Mini TTS behind a five-model failover chain (xAI Grok Voice, Kokoro, MAI-Voice-2 Flash, MAI-Voice-2), every link proven by a real paid canary - a provider outage never becomes your failure. Up to 2,000 chars in, raw mp3 (default) or pcm bytes out - the same wire shape as OpenAI's endpoint.","extensions":{"bazaar":{"info":{"input":{"body":{"input":"Agent402 serves fourteen hundred tools, paid per call.","voice":"alloy"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":"(raw mp3 bytes - Content-Type: audio/mpeg)","type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"input":{"description":"Text to speak (up to 2,000 chars)","type":"string"},"model":{"description":"Optional - pin a chain model (e.g. mistralai/voxtral-mini-tts-2603); the rest stay as fallbacks","type":"string"},"response_format":{"description":"\"mp3\" (default) or \"pcm\"","type":"string"},"speed":{"description":"Optional 0.25–4 playback speed (providers that don't support it ignore it)","type":"number"},"voice":{"description":"OpenAI voice name - alloy (default), ash, ballad, coral, echo, fable, onyx, nova, sage, shimmer, verse - or a native voice id from GET /v1/models (e.g. en_paul_cheerful)","type":"string"},"zdr":{"description":"Optional - true routes only to zero-data-retention providers","type":"boolean"}},"required":["input"]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"string"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_b4aw4uzd"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"maxItems":11,"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}},"payment-identifier":{"info":{"required":false},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"id":{"maxLength":128,"minLength":16,"pattern":"^[a-zA-Z0-9_-]+$","type":"string"},"required":{"type":"boolean"}},"required":["required"],"type":"object"}}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1784247360/bazaar-icons/478aced8e219894c.png","lastUpdated":"2026-09-20T16:48:43.872Z","quality":{"l30DaysTotalCalls":39,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-20T16:48:43.634Z"},"resource":"https://agent402.tools/v1/audio/speech","serviceName":"Text-to-speech","tags":["llm","tts","text-to-speech","speech","audio"],"type":"http","x402Version":2},{"accepts":[{"amount":"30000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","outputSchema":{"properties":{"duration":{"type":"number"},"language":{"type":"string"},"model":{"type":"string"},"provider":{"type":"string"},"text":{"type":"string"}},"required":["model","provider","text","language","duration"],"type":"object"},"payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"30000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"30000","asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:42161","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"30000","asset":"0x754704Bc059F8C67012fEd69BC8A327a5aafb603","extra":{"name":"USDC","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:143","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"30000","asset":"0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:43114","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"30000","asset":"0xe15fC38F6D8c56aF07bbCBe3BAf5708A2Bf42392","extra":{"name":"USDC","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:1329","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"31000","asset":"0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:10","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"30000","asset":"0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168","extra":{"name":"Global Dollar","version":"1"},"maxTimeoutSeconds":300,"network":"eip155:4663","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"30000","asset":"0xcebA9300f2b948710d2653dD7B07f33A8B32118C","extra":{"name":"USDC","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:42220","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"30000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"assetTransferMethod":"permit2","facilitatorAddress":"0x2A89407a98A0732b7fD578c4E156B7166540EB5A","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"upto"},{"amount":"30000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"J7aN3PLJnTCF5qpEnvJHJsnCjcGuqC2rYtEM8Gv3xwg","scheme":"exact"},{"amount":"300000","asset":"CCW67TSZV3SSS2HXMBQ5JFGCKJNXKZM7UQUWUZPUTHXSTZLEO7SJMI75","extra":{"areFeesSponsored":true},"maxTimeoutSeconds":300,"network":"stellar:pubnet","payTo":"GDNJXCKW7ZM7GEEVP674TWPU26YJNBQ2FI4ZIPRKTPTNUEJMDHFJWWRL","scheme":"exact"},{"amount":"30000","asset":"31566704","extra":{"feePayer":"ZMFK2OI7ZBD2U27ISERZC4S6LKM6WMFJPZQ4MYNJDZ2VNBNMBA67RA22AA","tag":"x402-global-challenge"},"maxTimeoutSeconds":300,"network":"algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=","payTo":"C7IIHG7SPLPZ5H7ZT6HW3UV2OQMQQE6Y2HBNGZXSLRJULE42BEE2OY2XIE","scheme":"exact"}],"description":"Transcribe audio to text using OpenAI (gpt-transcribe). Provide a URL to an audio file (mp3, wav, m4a, etc.) and get back the transcript. No API key needed; pay per call via x402. Max 4 minutes of audio, 25 MB file size; /api/transcribe-pro takes the same model to 10 minutes.","extensions":{"bazaar":{"info":{"input":{"body":{"url":"https://upload.wikimedia.org/wikipedia/commons/c/c8/Example.ogg"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"duration":3.5,"language":"en","model":"gpt-transcribe","provider":"openai","text":"Hello, this is a sample transcription."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"language":{"description":"Optional ISO-639-1 language code (e.g. 'en', 'es', 'fr') for better accuracy","type":"string"},"url":{"description":"URL of the audio file to transcribe (mp3, wav, m4a, ogg, flac, webm)","type":"string"}},"required":["url"]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"duration":{"type":"number"},"language":{"type":"string"},"model":{"type":"string"},"provider":{"type":"string"},"text":{"type":"string"}},"required":["model","provider","text","language","duration"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_b4aw4uzd"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"maxItems":11,"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}},"payment-identifier":{"info":{"required":false},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"id":{"maxLength":128,"minLength":16,"pattern":"^[a-zA-Z0-9_-]+$","type":"string"},"required":{"type":"boolean"}},"required":["required"],"type":"object"}}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1784423094/bazaar-icons/478aced8e219894c.png","lastUpdated":"2026-09-20T16:48:46.582Z","quality":{"l30DaysTotalCalls":6,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-20T16:48:46.361Z"},"resource":"https://agent402.tools/api/transcribe","serviceName":"Speech-to-text","tags":["ai","stt","speech-to-text","transcription","audio"],"type":"http","x402Version":2},{"accepts":[{"amount":"100000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","outputSchema":{"properties":{"duration":{"type":"number"},"language":{"type":"string"},"model":{"type":"string"},"provider":{"type":"string"},"text":{"type":"string"}},"required":["model","provider","text","language","duration"],"type":"object"},"payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"100000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"100000","asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:42161","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"100000","asset":"0x754704Bc059F8C67012fEd69BC8A327a5aafb603","extra":{"name":"USDC","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:143","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"100000","asset":"0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:43114","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"100000","asset":"0xe15fC38F6D8c56aF07bbCBe3BAf5708A2Bf42392","extra":{"name":"USDC","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:1329","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"101000","asset":"0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:10","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"100000","asset":"0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168","extra":{"name":"Global Dollar","version":"1"},"maxTimeoutSeconds":300,"network":"eip155:4663","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"100000","asset":"0xcebA9300f2b948710d2653dD7B07f33A8B32118C","extra":{"name":"USDC","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:42220","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"exact"},{"amount":"100000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"assetTransferMethod":"permit2","facilitatorAddress":"0x67B9CE703d9ce658d7C4ac3c289cEa112fE662Af","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"upto"},{"amount":"100000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"J7aN3PLJnTCF5qpEnvJHJsnCjcGuqC2rYtEM8Gv3xwg","scheme":"exact"},{"amount":"1000000","asset":"CCW67TSZV3SSS2HXMBQ5JFGCKJNXKZM7UQUWUZPUTHXSTZLEO7SJMI75","extra":{"areFeesSponsored":true},"maxTimeoutSeconds":300,"network":"stellar:pubnet","payTo":"GDNJXCKW7ZM7GEEVP674TWPU26YJNBQ2FI4ZIPRKTPTNUEJMDHFJWWRL","scheme":"exact"},{"amount":"100000","asset":"31566704","extra":{"feePayer":"ZMFK2OI7ZBD2U27ISERZC4S6LKM6WMFJPZQ4MYNJDZ2VNBNMBA67RA22AA","tag":"x402-global-challenge"},"maxTimeoutSeconds":300,"network":"algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=","payTo":"C7IIHG7SPLPZ5H7ZT6HW3UV2OQMQQE6Y2HBNGZXSLRJULE42BEE2OY2XIE","scheme":"exact"}],"description":"Transcribe audio to text using OpenAI (gpt-transcribe). Higher accuracy than the standard tier. Provide a URL to an audio file and get back the transcript. No API key needed; pay per call via x402. Max 10 minutes of audio, 25 MB file size.","extensions":{"bazaar":{"info":{"input":{"body":{"url":"https://upload.wikimedia.org/wikipedia/commons/c/c8/Example.ogg"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"duration":3.5,"language":"en","model":"gpt-transcribe","provider":"openai","text":"Hello, this is a sample transcription."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"language":{"description":"Optional ISO-639-1 language code (e.g. 'en', 'es', 'fr') for better accuracy","type":"string"},"url":{"description":"URL of the audio file to transcribe (mp3, wav, m4a, ogg, flac, webm)","type":"string"}},"required":["url"]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"duration":{"type":"number"},"language":{"type":"string"},"model":{"type":"string"},"provider":{"type":"string"},"text":{"type":"string"}},"required":["model","provider","text","language","duration"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_b4aw4uzd"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"maxItems":11,"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}},"payment-identifier":{"info":{"required":false},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"id":{"maxLength":128,"minLength":16,"pattern":"^[a-zA-Z0-9_-]+$","type":"string"},"required":{"type":"boolean"}},"required":["required"],"type":"object"}}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1784423094/bazaar-icons/478aced8e219894c.png","lastUpdated":"2026-09-11T12:41:52.476Z","quality":{"l30DaysTotalCalls":2,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-11T12:41:52.22Z"},"resource":"https://agent402.tools/api/transcribe-pro","serviceName":"Speech-to-text (Pro)","tags":["ai","stt","speech-to-text","transcription","audio"],"type":"http","x402Version":2},{"accepts":[{"amount":"80000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"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.","extra":{"accept_label":"Coinbase CDP","app":"Delx Commerce","erc8004_id":"14340","facilitator_url":"https://api.cdp.coinbase.com/platform/v2/x402","name":"USD Coin","provider":"coinbase","provider_label":"Coinbase CDP","version":"2"},"maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","payTo":"0x9f8bd9875b3E0b632a24A3A7C73f7787175e73A2","resource":"https://api.delx.ai/api/v1/x402/speech-hd","scheme":"exact"},{"amount":"80000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"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.","extra":{"accept_label":"PayAI Base","app":"Delx Commerce","erc8004_id":"14340","facilitator_url":"https://facilitator.payai.network","name":"USD Coin","provider":"payai","provider_label":"PayAI Base","version":"2"},"maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","payTo":"0x9f8bd9875b3E0b632a24A3A7C73f7787175e73A2","resource":"https://api.delx.ai/api/v1/x402/speech-hd","scheme":"exact"},{"amount":"80000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","description":"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.","extra":{"accept_label":"PayAI Solana","app":"Delx Commerce","erc8004_id":"14340","facilitator_url":"https://facilitator.payai.network","feePayer":"CjNFTjvBhbJJd2B5ePPMHRLx1ELZpa8dwQgGL727eKww","name":"USD Coin","provider":"payai","provider_label":"PayAI Solana","version":"2"},"maxTimeoutSeconds":300,"mimeType":"application/json","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"28heAMpFkeUJsL7o7apiK4oJwZWq2fUHinRwbgYYsemG","resource":"https://api.delx.ai/api/v1/x402/speech-hd","scheme":"exact"}],"description":"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.","extensions":{"bazaar":{"category":"audio","info":{"input":{"body":{"emotion":"happy","language":"English","pitch":0,"speed":1,"text":"Your autonomous agent completed the mission successfully.","voice":"English_CaptivatingStoryteller"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"audio_url":"https://api.delx.ai/api/v1/generated-audio-hd/7de36cd5f5f34ef8a28904b9b5985f60.wav","bytes":588252,"channels":1,"duration_ms":9172,"emotion":"happy","generation_id":"7de36cd5f5f34ef8a28904b9b5985f60","gross_margin_usd":0.067,"input_tokens":130,"language":"English","media_type":"audio/wav","model":"minimax/speech-02-hd","pitch":0,"provider":"replicate","provider_attempts":1,"sale_price_usdc":0.08,"sample_rate_hz":32000,"sample_width_bits":16,"sha256":"7ded32df89c15e721f6e997931b3ee28d40a89635fe35d91b5a496712e95bead","speed":1,"upstream_cost_usd":0.013,"voice":"English_CaptivatingStoryteller"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"anyOf":[{"required":["text"]},{"required":["input"]}],"properties":{"emotion":{"default":"auto","enum":["auto","happy","sad","angry","fearful","disgusted","surprised","neutral"],"type":"string"},"input":{"description":"Alias for text; the UTF-8 encoding must not exceed 500 bytes.","maxLength":500,"minLength":1,"type":"string","x-maxUtf8Bytes":500},"language":{"default":"Automatic","enum":["Automatic","English","French","German","Italian","Japanese","Korean","Portuguese","Spanish"],"type":"string"},"pitch":{"default":0,"maximum":12,"minimum":-12,"type":"integer"},"speed":{"default":1,"maximum":2,"minimum":0.5,"type":"number"},"text":{"description":"Text to synthesize; the UTF-8 encoding must not exceed 500 bytes.","maxLength":500,"minLength":1,"type":"string","x-maxUtf8Bytes":500},"voice":{"default":"English_Wiselady","enum":["English_Wiselady","English_Deep-VoicedGentleman","English_CaptivatingStoryteller","Portuguese_Wiselady","Portuguese_Deep-VoicedGentleman","Portuguese_CaptivatingStoryteller","Portuguese_Narrator","Spanish_Wiselady","Spanish_Deep-tonedMan","Spanish_CaptivatingStoryteller","Spanish_Narrator"],"type":"string"}},"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"audio_url":"https://api.delx.ai/api/v1/generated-audio-hd/7de36cd5f5f34ef8a28904b9b5985f60.wav","bytes":588252,"channels":1,"duration_ms":9172,"emotion":"happy","generation_id":"7de36cd5f5f34ef8a28904b9b5985f60","gross_margin_usd":0.067,"input_tokens":130,"language":"English","media_type":"audio/wav","model":"minimax/speech-02-hd","pitch":0,"provider":"replicate","provider_attempts":1,"sale_price_usdc":0.08,"sample_rate_hz":32000,"sample_width_bits":16,"sha256":"7ded32df89c15e721f6e997931b3ee28d40a89635fe35d91b5a496712e95bead","speed":1,"upstream_cost_usd":0.013,"voice":"English_CaptivatingStoryteller"},"type":{"const":"json","type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"},"serviceName":"MiniMax Speech HD for Agents","summary":"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.","tags":["x402","text-to-speech","tts","speech-hd","high-fidelity"]}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1786031869/bazaar-icons/f116ee851813c2b6.png","lastUpdated":"2026-08-29T06:45:35.438Z","quality":{"l30DaysTotalCalls":1,"l30DaysUniquePayers":1,"lastCalledAt":"2026-08-29T06:45:34.773Z"},"resource":"https://api.delx.ai/api/v1/x402/speech-hd","serviceName":"MiniMax Speech HD for Agents","tags":["x402","text-to-speech","tts","speech-hd","high-fidelity"],"type":"http","x402Version":2},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"assetTransferMethod":"permit2","facilitatorAddress":"0xE72f0Af4CF41356d433723547F1412cA27FBB1B8","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x820D61a720963fab63aB6e0aeF4D1779Eb42F6BB","scheme":"upto"},{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x820D61a720963fab63aB6e0aeF4D1779Eb42F6BB","scheme":"exact"},{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"assetTransferMethod":"permit2","facilitatorAddress":"0x772003A2E9c2cCC8af956870a37A66F64F8CEC38","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x820D61a720963fab63aB6e0aeF4D1779Eb42F6BB","scheme":"upto"},{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x820D61a720963fab63aB6e0aeF4D1779Eb42F6BB","scheme":"exact"},{"amount":"1000","asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","extra":{"assetTransferMethod":"permit2","facilitatorAddress":"0x64cC42B1cE598e3aBcfBB64Df4688521DDBf1f0A","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:42161","payTo":"0x820D61a720963fab63aB6e0aeF4D1779Eb42F6BB","scheme":"upto"},{"amount":"1000","asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:42161","payTo":"0x820D61a720963fab63aB6e0aeF4D1779Eb42F6BB","scheme":"exact"},{"amount":"1000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"78XC8ziNQoGHpKDkGWhd4FtzHVPd5QXq8scZjWaYQcjC","scheme":"exact"}],"description":"Turn text into speech and get a WAV back: eight voices, 24 kHz mono, up to 5000 characters per call. Priced per call with x402, and the quote is a ceiling - pay with the upto scheme and only the audio you actually generated settles.","extensions":{"bazaar":{"info":{"input":{"body":{"input":"The queue lives in the database.","voice":"Kore"},"bodyType":"json","method":"POST","type":"http"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"input":{"description":"Text to speak, up to 5000 characters.","type":"string"},"voice":{"description":"One of: Kore, Puck, Charon, Fenrir, Aoede, Leda, Orus, Zephyr.","type":"string"}},"required":["input"]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"}},"required":["input"],"type":"object"}}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1789063537/bazaar-icons/cb43d813d1c1d535.png","lastUpdated":"2026-09-17T18:51:20.735Z","quality":{"l30DaysTotalCalls":32,"l30DaysUniquePayers":2,"lastCalledAt":"2026-09-17T18:51:19.866Z"},"resource":"https://agents.dexl.io/v1/audio/speech","serviceName":"DexL Agents","tags":["text to speech","speech synthesis","generate audio","voice over","tts"],"type":"http","x402Version":2},{"accepts":[{"amount":"100000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":60,"network":"eip155:8453","payTo":"0x2583aAc89f58a63D9CCbeDaa5e3BaF2196Aa967e","scheme":"exact"},{"amount":"100000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":60,"network":"eip155:137","payTo":"0x2583aAc89f58a63D9CCbeDaa5e3BaF2196Aa967e","scheme":"exact"},{"amount":"100000","asset":"0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2","extra":{"name":"Tether USD","version":"2"},"maxTimeoutSeconds":60,"network":"eip155:8453","payTo":"0x2583aAc89f58a63D9CCbeDaa5e3BaF2196Aa967e","scheme":"exact"},{"amount":"100000","asset":"0xc2132D05D31c914a87C6611C10748AEb04B58e8F","extra":{"name":"Tether USD","version":"2"},"maxTimeoutSeconds":60,"network":"eip155:137","payTo":"0x2583aAc89f58a63D9CCbeDaa5e3BaF2196Aa967e","scheme":"exact"}],"description":"Convert text to natural-sounding audio via ElevenLabs (returns base64 MP3). Pay per call with USDC (x402) or credits - archtools.dev","extensions":{"bazaar":{"info":{"input":{"body":{"text":"example","voice_id":"EXAVITQu4vr4xnSDxMaL"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"ok":true},"type":"json"}},"routeTemplate":"/v1/tools/text-to-speech","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"body":{"properties":{"model_id":{"description":"ElevenLabs model ID (default: eleven_turbo_v2_5)","type":"string"},"similarity_boost":{"description":"Voice similarity boost 0-1 (default: 0.82)","type":"number"},"stability":{"description":"Voice stability 0-1 (default: 0.42)","type":"number"},"text":{"description":"Text to convert (max 5,000 chars)","type":"string"},"voice_id":{"default":"EXAVITQu4vr4xnSDxMaL","description":"ElevenLabs voice ID","type":"string"}},"required":["text"],"type":"object"}},"type":"object"}},"type":"object"}}},"lastUpdated":"2026-09-10T14:16:40.076Z","quality":{"l30DaysTotalCalls":6,"l30DaysUniquePayers":3,"lastCalledAt":"2026-09-10T14:16:39.608Z"},"resource":"https://archtools.dev/v1/tools/text-to-speech","type":"http","x402Version":2},{"accepts":[{"amount":"200000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":60,"network":"eip155:8453","payTo":"0x7f520c845d5Dc5e51a27699A1f098dc13Aa789b7","scheme":"exact"},{"amount":"200000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"},"maxTimeoutSeconds":60,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"6PSaCVqWbKh5oYUEpHohs8krmLsRQDrnMzKvxAySGsQX","scheme":"exact"}],"description":"Transcribes spoken audio streams into timestamped English text using embedded Whisper neural speech recognition models.","extensions":{"bazaar":{"info":{"input":{"body":{"audio_url":"https://huggingface.co/datasets/Xenova/transformers.js-docs/resolve/main/jfk.wav"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"model_used":"whisper-tiny.en","status":"success","transcription":" And so my fellow Americans ask not what your country can do for you, ask what you can do for your country."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"audio_url":{"description":"Public URL or file:// URI to a WAV (PCM) audio file. Only WAV is decoded; other formats (OGG, MP3, ...) fail with a 500.","type":"string"}},"required":["audio_url"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-09-20T01:55:35.838Z","quality":{"l30DaysTotalCalls":2,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-20T01:55:35.503Z"},"resource":"https://dt0ur.online/api/speech/transcribe","type":"http","x402Version":2}],"searchMethod":"hybrid","x402Version":2,"meta":{"searchToken":"w74ppkszk7a5maa"}}
