{"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":"0x68EFaFE862d89cE66dd3D7B07d5A3747A0871164","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"upto"},{"amount":"50000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"},"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.","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-08T22:29:09.754Z","quality":{"l30DaysTotalCalls":318,"l30DaysUniquePayers":3,"lastCalledAt":"2026-09-08T22:29:12.874Z"},"resource":"https://agent402.tools/api/tts","serviceName":"Text-to-speech","tags":["ai","tts","text-to-speech","audio","voice"],"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":"BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F"},"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-08-11T18:21:34.305Z","quality":{"l30DaysTotalCalls":5,"l30DaysUniquePayers":1,"lastCalledAt":"2026-08-11T18:21:55.294Z"},"resource":"https://x402.agentutility.ai/text-to-speech","serviceName":"AgentUtility.ai","tags":["synthforge","text","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":"0x14fDa13953Fc30428938E6BF950d036e77214e52","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"upto"},{"amount":"60000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"},"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-10T17:00:25.432Z","quality":{"l30DaysTotalCalls":23,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-09T19:49:26.707Z"},"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":"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-08-26T00:34:00.259Z","quality":{"l30DaysTotalCalls":3,"l30DaysUniquePayers":2,"lastCalledAt":"2026-08-26T00:33:59.309Z"},"resource":"https://api.xona-agent.com/base-main/audio/x-text-to-speech","type":"http","x402Version":2},{"accepts":[{"amount":"30000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","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":"0x67B9CE703d9ce658d7C4ac3c289cEa112fE662Af","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xaBF4FAbd7c416fB67202E5f9002389Fc75e2a9D0","scheme":"upto"},{"amount":"30000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"},"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-4o-mini-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 5 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-4o-mini-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-08-31T10:25:58.189Z","quality":{"l30DaysTotalCalls":1,"l30DaysUniquePayers":1,"lastCalledAt":"2026-08-31T10:25:57.992Z"},"resource":"https://agent402.tools/api/transcribe","serviceName":"Speech-to-text","tags":["ai","stt","speech-to-text","transcription","audio"],"type":"http","x402Version":2},{"accepts":[{"amount":"12000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x6E8B64638b24C6D625b045dD353120d850064E2E","scheme":"exact"}],"description":"Convert text to speech audio","extensions":{"bazaar":{"info":{"input":{"body":{"language":"example","text":"example"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"audio":"example","audioSizeBytes":1,"format":"example","language":"example","mimeType":"example","textLength":1},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"language":{"description":"Language code: en, fr, es, de, it, pt, ja, ko, zh, ar, ru, hi, etc. (default: en)","type":"string"},"text":{"description":"The text to convert to speech (max 200 characters per request)","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","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-09-02T20:09:16.872Z","quality":{"l30DaysTotalCalls":1,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-02T20:09:16.397Z"},"resource":"https://text-to-speech.api.klymax402.com/api/speak","type":"http","x402Version":2},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xA7f3Ad0E69F61864092FAbBa6Cee00AF6e584689","scheme":"exact"},{"amount":"10000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"5hqrYCkTNe5z9Uc8o29KDNd2Gn9YreE6ZthZ7QY5hrKY","scheme":"exact"}],"description":"Text-to-speech on Venice voices (Kokoro, Qwen 3, xAI, Inworld, Chatterbox, Orpheus, ElevenLabs Turbo, MiniMax, Gemini Flash), paid per request in USDC on Base via x402, no API key. Resolve a model id from GET /api/v1/models?type=tts.","extensions":{"bazaar":{"info":{"input":{"body":{"input":"Welcome to AiSpace, pay-per-request AI for agents.","model":"tts-kokoro","voice":"af_sky"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"contentType":"audio/wav","note":"Response body is raw binary media, not JSON. Trust the sniffed content type over the header.","type":"binary"},"type":"json"}},"related":["/models"],"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"input":{"description":"Text to speak.","type":"string"},"model":{"description":"Venice TTS model id. See GET /api/v1/models?type=tts (e.g. tts-kokoro, tts-elevenlabs-turbo-v2-5).","type":"string"},"response_format":{"description":"Audio container.","enum":["mp3","opus","aac","flac","wav","pcm"],"type":"string"},"voice":{"description":"Voice id supported by the chosen model.","type":"string"}},"required":["model","input","voice"],"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":{"properties":{"contentType":{"type":"string"},"note":{"type":"string"},"type":{"type":"string"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"chainId":8453,"estimateBasis":"tts_chars_50","priceMult":0.5,"tokenDecimals":6,"upstreamUsd":0.000175},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1785852238/bazaar-icons/33013603ae44be93.png","lastUpdated":"2026-09-08T10:11:03.842Z","quality":{"l30DaysTotalCalls":14,"l30DaysUniquePayers":4,"lastCalledAt":"2026-09-08T10:11:03.607Z"},"resource":"https://x402.aispace.bot/api/v1/audio/speech","serviceName":"AiSpace Venice","tags":["venice","tts","audio","speech","aispace"],"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":3,"l30DaysUniquePayers":2,"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":"2045","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xA7660dea6AadCc87CbB5e79ccd262d391e61dE5d","scheme":"exact"}],"description":"Text-to-speech generation · 24-hour encrypted capability URL · 0% service fee launch promotion","extensions":{"bazaar":{"info":{"input":{"body":{"input":"Your text to speak.","model":"elevenlabs/flash-v2.5","response_format":"mp3","speed":1,"voice":"darian"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"data":[{"url":"https://onchainrouter.dev/v1/media/audio/example?access=capability"}],"id":"spch_example","model":"elevenlabs/flash-v2.5","usage":{"input_characters":19}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"input":{"maxLength":2000,"minLength":1,"type":"string"},"model":{"enum":["elevenlabs/flash-v2.5"],"type":"string"},"response_format":{"enum":["mp3"],"type":"string"},"speed":{"maximum":1.2,"minimum":0.7,"multipleOf":0.001,"type":"number"},"voice":{"description":"Optional public alias; omission uses the selected model's default voice.","enum":["darian","talia","elara","baxter","eldrin","kellan","elowen","kaelen","lawrence","alicia","maisie","warren","jade","eddie","caleb","sawyer","finley","florence","wyatt","bella"],"type":"string"}},"required":["model","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":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"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/v1788542007/bazaar-icons/1e2590ba73e82c70.png","lastUpdated":"2026-09-06T09:49:42.357Z","quality":{"l30DaysTotalCalls":4,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-06T09:49:41.887Z"},"resource":"https://onchainrouter.dev/v1/audio/speech","serviceName":"Onchain Router","tags":["ai","audio","text-to-speech","speech-generation","elevenlabs"],"type":"http","x402Version":2},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"assetTransferMethod":"permit2","facilitatorAddress":"0x42dd53906B49c202E8E934b059dc019E04634b00","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":"0x59B7Ebc67a3d627FABAF06768c818638452Ae704","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":"BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP"},"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"}}},"lastUpdated":"2026-09-10T02:18:13.542Z","quality":{"l30DaysTotalCalls":25,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-10T02:18:12.383Z"},"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":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x56B8D69D25a57d291595e41bAC57A71d507D96f7","scheme":"exact"}],"description":"Convert up to 1,000 characters of text into MP3 speech using a bounded private Venice voice model. Use constitutes acceptance of https://diem-agent-workers.vercel.app/terms.","extensions":{"bazaar":{"info":{"input":{"body":{"speed":1,"text":"Your report is ready.","voice":"af_heart"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"provider":{"model":"tts-kokoro","name":"venice"},"result":{"base64":"\u003cbase64 mp3\u003e","bytes":12345,"mediaType":"audio/mpeg"},"worker":"text_to_speech"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"speed":{"default":1,"maximum":1.5,"minimum":0.75,"type":"number"},"text":{"maxLength":1000,"minLength":1,"type":"string"},"voice":{"default":"af_heart","enum":["af_heart","af_sky","am_adam","am_michael","bf_emma","bm_george"],"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","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"diem_agent_workers","s":["cdp_sdk_server"]},"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"}},"eip2612GasSponsoring":{},"erc20ApprovalGasSponsoring":{}},"lastUpdated":"2026-08-14T15:19:46.284Z","quality":{"l30DaysTotalCalls":3,"l30DaysUniquePayers":2,"lastCalledAt":"2026-08-14T15:19:46.128Z"},"resource":"https://diem-agent-workers.vercel.app/v1/jobs/text-to-speech","serviceName":"DIEM Agent Workers","tags":["audio","speech","tts","private-ai","x402"],"type":"http","x402Version":2},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":1800,"network":"eip155:8453","payTo":"0x962794FB8aD92941fAf1ab446b9e30637B86F331","scheme":"exact"}],"description":"OpenAI-compatible text-to-speech endpoint (input, voice, response_format) for drop-in use with code already built against the OpenAI TTS API, 1 of 10 standard voices, up to 500 characters, WAV/FLAC/OGG output. Use it to: swap OpenAI TTS calls for a pay-per-call x402 alternative, generate speech from an existing OpenAI-style client, avoid API-key management for short text-to-audio requests. USDC on Base.","extensions":{"bazaar":{"info":{"input":{"body":{"input":"Hello world","model":"forgemesh-voice","response_format":"wav","voice":"M1"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"content_type":"audio/wav","description":"OpenAI-compatible inline speech audio response"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"input":{"description":"OpenAI-compatible text input to synthesize, max 2000 characters","maxLength":2000,"minLength":1,"type":"string"},"model":{"description":"Ignored — always uses ForgeMesh Voice","type":"string"},"response_format":{"description":"Requested audio format","enum":["wav","flac","ogg"],"type":"string"},"voice":{"description":"Standard voice: M1-M5 or F1-F5","enum":["M1","M2","M3","M4","M5","F1","F2","F3","F4","F5"],"type":"string"}},"required":["input"],"type":"object"},"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":{"description":"Inline WAV bytes in the HTTP response body","type":"string"},"content_type":{"const":"audio/wav","type":"string"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"tags":["text-to-speech","tts","openai-compatible","drop-in","audio","wav"]},"lastUpdated":"2026-09-07T08:37:39.319Z","quality":{"l30DaysTotalCalls":7,"l30DaysUniquePayers":2,"lastCalledAt":"2026-09-07T08:37:39.165Z"},"resource":"https://voice.forgemesh.io/v1/audio/speech","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":5,"l30DaysUniquePayers":3,"lastCalledAt":"2026-09-09T08:04:51.141Z"},"resource":"https://archtools.dev/v1/tools/text-to-speech","type":"http","x402Version":2},{"accepts":[{"amount":"15000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2","scheme":"exact"}],"description":"Speech-to-text transcription for voice messages and audio clips. Upload a wav, mp3, m4a, ogg or webm file as multipart form-data and get the spoken text back as JSON. Runs a dedicated ASR model, so short noisy voice notes transcribe accurately. Accepts clips up to 10 minutes / 25 MB, billed per 10-second block. Use it to turn voice notes, call recordings, podcast clips or voicemail into text an agent can read.","extensions":{"bazaar":{"info":{"input":{"body":{"file":"\u003cmultipart audio file: voice-note.mp3\u003e"},"bodyType":"form-data","method":"POST","type":"http"},"output":{"example":{"text":"Hey, quick voice note about the Q3 roadmap. Can we move the launch review to Thursday?"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"file":{"description":"Audio file to transcribe (wav, mp3, m4a, ogg, webm, flac). Max 10 minutes and 25 MB.","format":"binary","type":"string"}},"required":["file"],"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":{"properties":{"charged":{"description":"False when silence was detected and no payment was taken.","type":"boolean"},"note":{"description":"Set to 'no speech detected' when the clip is silent.","type":"string"},"text":{"description":"Transcribed speech from the uploaded audio.","type":"string"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"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/v1787649784/bazaar-icons/f98489fd044477d5.png","lastUpdated":"2026-09-01T02:51:24.805Z","quality":{"l30DaysTotalCalls":15,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-01T02:51:24.272Z"},"resource":"https://voice.cyberwarex.com/transcribe","serviceName":"x402 Voice-to-Text","tags":["speech-to-text","transcription","audio","asr","voice"],"type":"http","x402Version":2},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xbAf55b24CA99bd7393B6e627093b13c6628b53Cc","scheme":"exact"}],"description":"Returns natural AI voice audio URL from text prompt via Kokoro. Agents: voice bots, accessibility, narration, TTS. Keywords: text-to-speech, TTS API, voice generation, audio synthesis, AI voice. Keyless, pay-per-call USDC on Base/Solana, $0.01/call, no API key, no signup.","extensions":{"bazaar":{"info":{"input":{"method":"GET","pathParams":{"var1":"example"},"queryParams":{"input":"example"},"type":"http"}},"routeTemplate":"/v1/ai/speech/:var1","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"pathParams":{"type":"object"},"queryParams":{"properties":{"input":{"description":"endpoint argument","type":"string"}},"required":["input"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-09-02T20:07:24.299Z","quality":{"l30DaysTotalCalls":1,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-02T20:07:23.545Z"},"resource":"https://api.gocreativeai.com/v1/ai/speech/:var1","type":"http","x402Version":2}],"searchMethod":"hybrid","x402Version":2,"meta":{"searchToken":"hir3rgymmx5bqaa"}}
