{"partialResults":false,"resources":[{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xA7f3Ad0E69F61864092FAbBa6Cee00AF6e584689","scheme":"exact"},{"amount":"1000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"5hqrYCkTNe5z9Uc8o29KDNd2Gn9YreE6ZthZ7QY5hrKY","scheme":"exact"}],"description":"Voice cloning on Venice — returns a JSON voice ID ({ id, model }), NOT audio. Upload a reference sample to mint a reusable voice, paid per request in USDC on Base via x402, no API key. Resolve a compatible TTS model from GET /api/v1/models?type=tts, then pass the returned id as `","extensions":{"bazaar":{"info":{"input":{"body":{"file":"\u003cmultipart audio sample\u003e","model":"tts-chatterbox-hd"},"bodyType":"form-data","method":"POST","type":"http"},"output":{"example":{"id":"vv_aHR0cHM6Ly92M2IuZmFsLm1lZGlhL2ZpbGVzL2IvMGFhODhiMDMvVmVWUm9aNzlKWEhTR09ySHBFTjJkX3ZvaWNlLXNhbXBsZS53YXY","model":"tts-chatterbox-hd"},"type":"json"}},"related":["/models","/audio/speech"],"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"file":{"description":"Reference audio sample uploaded as multipart/form-data.","format":"binary","type":"string"},"model":{"description":"Venice TTS model id that supports cloning. See GET /api/v1/models?type=tts.","type":"string"}},"required":["model","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":{"id":{"type":"string"},"model":{"type":"string"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"chainId":8453,"estimateBasis":"tts","priceMult":0.5,"pricingFallback":"min_charge","pricingHint":{"basis":"tts","error":"model_required_for_pricing","hint":"unknown or unpriced model - use a catalog id from GET /api/v1/models?type=text|image|video|music|tts|asr|embedding or resolve GET /api/v1/models/traits (e.g. default). Send that exact id; do not invent OpenAI names."},"tokenDecimals":6},"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-03T13:30:21.39Z","quality":{"l30DaysTotalCalls":6,"l30DaysUniquePayers":2,"lastCalledAt":"2026-09-03T13:30:21.264Z"},"resource":"https://x402.aispace.bot/api/v1/audio/voices","serviceName":"AiSpace Venice","tags":["venice","tts","voice-clone","audio","aispace"],"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":"Turn written text into spoken audio you can drop straight into a player or app. Send text (up to 4,000 characters) with an optional voice, model, speed, and output format of mp3, wav, opus, aac, or flac, and get back a hosted audio_url plus file size and content type, no base64 handling required. Runs on Venice's text-to-speech models with 30+ selectable voices and adjustable playback speed from 0.25x to 4x. Use it as a text-to-speech API, voice synthesis tool, or narration generator for voiceovers, IVR prompts, or accessibility read-aloud features.","extensions":{"bazaar":{"discoverable":true,"info":{"input":{"body":{"text":"Hello there.","voice":"af_sky"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"audio_url":"https://...mp3"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"format":{"description":"Output audio format: mp3, wav, opus, aac, or flac. Optional, default mp3.","type":"string"},"model":{"description":"TTS model id. Optional, default 'tts-kokoro'.","type":"string"},"speed":{"description":"Playback speed multiplier. Optional, 0.25-4, default 1.","type":"number"},"text":{"description":"Text to synthesize into speech. Max 4000 chars.","type":"string"},"voice":{"description":"Voice id, e.g. 'af_sky'. Optional, default 'af_sky'.","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"}},"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-02T22:54:06.238Z","quality":{"l30DaysTotalCalls":2,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-02T22:54:06.064Z"},"resource":"https://x402.agentutility.ai/voice","serviceName":"AgentUtility.ai","tags":["synthforge","voice"],"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":"Text-to-speech synthesis in 1 of 10 standard voices (5 male M1-M5, 5 female F1-F5) across 31 languages, up to 500 characters, returned as inline WAV audio. Use it to: give an agent a spoken reply, read an alert aloud, narrate a short UI prompt, add voice to a chatbot response, speak a confirmation message. Cheapest tier. USDC on Base via x402, no API key, no signup.","extensions":{"bazaar":{"info":{"input":{"body":{"lang":"en","text":"Hello world","voice":"M1"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"content_type":"audio/wav","description":"44.1kHz 16-bit mono WAV speech audio returned inline"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"lang":{"description":"Language code; 31 languages supported","enum":["en","ko","ja","ar","bg","cs","da","de","el","es","et","fi","fr","hi","hr","hu","id","it","lt","lv","nl","pl","pt","ro","ru","sk","sl","sv","tr","uk","vi"],"type":"string"},"text":{"description":"Text to synthesize into speech, max 2000 characters. Use non-long routes for 1-500 chars and -long routes for 501-2000 chars.","maxLength":2000,"minLength":1,"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":["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":{"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","voice-generation","speech-synthesis","audio","wav"]},"lastUpdated":"2026-09-13T08:17:04.797Z","quality":{"l30DaysTotalCalls":44,"l30DaysUniquePayers":5,"lastCalledAt":"2026-09-13T08:17:04.599Z"},"resource":"https://voice.forgemesh.io/v1/tts/base","type":"http","x402Version":2},{"accepts":[{"amount":"3000","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 existing OpenAI TTS clients, 1 of 10 standard voices, for 501-2000 characters, WAV/FLAC/OGG output. Use it to: voice a longer OpenAI-formatted request without an API key, migrate an existing TTS integration to pay-per-call pricing, synthesize extended text through a familiar request shape. USDC on Base via x402.","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","long-form","audio","wav"]},"lastUpdated":"2026-09-07T08:37:51.289Z","quality":{"l30DaysTotalCalls":4,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-07T08:37:51.16Z"},"resource":"https://voice.forgemesh.io/v1/audio/speech-long","type":"http","x402Version":2},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":1800,"network":"eip155:8453","payTo":"0x962794FB8aD92941fAf1ab446b9e30637B86F331","scheme":"exact"}],"description":"Expressive text-to-speech in any of 20 voices: 10 standard (M1-M5, F1-F5) plus 10 personas (Storyteller, Narrator, Announcer, Urgent, Velvet, Sage, Spark, Anchor, Echo, Assistant), with speed and quality control, up to 500 characters, WAV output. Use it to: voice a game character, narrate a branded assistant reply, add a dramatic announcer line, give a chatbot personality-driven audio. USDC on Base.","extensions":{"bazaar":{"info":{"input":{"body":{"lang":"en","text":"Hello world","voice":"M1"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"content_type":"audio/wav","description":"44.1kHz 16-bit mono WAV speech audio returned inline"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"lang":{"description":"Language code; 31 languages supported","enum":["en","ko","ja","ar","bg","cs","da","de","el","es","et","fi","fr","hi","hr","hu","id","it","lt","lv","nl","pl","pt","ro","ru","sk","sl","sv","tr","uk","vi"],"type":"string"},"speed":{"description":"Pro/Custom expressive speed control, 0.7-2.0. Presets: slow 0.7, normal 1.0, fast 1.3, rapid 1.6","maximum":2,"minimum":0.7,"type":"number"},"steps":{"description":"Pro/Custom quality control, 1-100. Presets: draft 4, standard 8, high 16, ultra 24","maximum":100,"minimum":1,"type":"integer"},"text":{"description":"Text to synthesize into speech, max 2000 characters. Use non-long routes for 1-500 chars and -long routes for 501-2000 chars.","maxLength":2000,"minLength":1,"type":"string"},"voice":{"description":"Voice name. Standard voices M1-M5/F1-F5; persona voices require Custom tier.","enum":["M1","M2","M3","M4","M5","F1","F2","F3","F4","F5","Storyteller","Narrator","Announcer","Assistant","Urgent","Sage","Spark","Anchor","Velvet","Echo"],"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":{"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","persona-voices","expressive","voiceover","audio","wav"]},"lastUpdated":"2026-09-07T08:37:25.431Z","quality":{"l30DaysTotalCalls":4,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-07T08:37:25.272Z"},"resource":"https://voice.forgemesh.io/v1/tts/custom","type":"http","x402Version":2},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":1800,"network":"eip155:8453","payTo":"0x962794FB8aD92941fAf1ab446b9e30637B86F331","scheme":"exact"}],"description":"Batch text-to-speech: synthesize up to 20 text items in a single call, standard voices only, for 501-2000 total characters, returns JSON with base64 WAV audio plus duration and sample rate per item. Use it to: batch-voice a longer set of messages, produce audio for a multi-section script or FAQ, generate several paragraph-length voice clips in one request without repeated calls. USDC on Base via x402.","extensions":{"bazaar":{"info":{"input":{"body":{"defaults":{"lang":"en","voice":"F2"},"items":[{"text":"Hello"},{"text":"World"}]},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"items":[{"audio_base64":"...","duration_s":1.5,"format":"wav","sample_rate":44100}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"defaults":{"additionalProperties":false,"description":"Default standard voice and language for all items","properties":{"lang":{"description":"Language code; 31 languages supported","enum":["en","ko","ja","ar","bg","cs","da","de","el","es","et","fi","fr","hi","hr","hu","id","it","lt","lv","nl","pl","pt","ro","ru","sk","sl","sv","tr","uk","vi"],"type":"string"},"voice":{"description":"Standard voice: M1-M5 or F1-F5","enum":["M1","M2","M3","M4","M5","F1","F2","F3","F4","F5"],"type":"string"}},"type":"object"},"items":{"description":"Array of standard-voice text items. Total text across all items must be \u003c= 2000 characters; use /v1/tts/batch for \u003c=500 total chars and /v1/tts/batch-long for 501-2000 total chars.","items":{"additionalProperties":false,"properties":{"lang":{"description":"Language code; 31 languages supported","enum":["en","ko","ja","ar","bg","cs","da","de","el","es","et","fi","fr","hi","hr","hu","id","it","lt","lv","nl","pl","pt","ro","ru","sk","sl","sv","tr","uk","vi"],"type":"string"},"text":{"description":"Text for this batch item","maxLength":2000,"minLength":1,"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":["text"],"type":"object"},"maxItems":20,"minItems":1,"type":"array"}},"required":["items"],"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":{"items":{"items":{"properties":{"audio_base64":{"type":"string"},"duration_s":{"type":"number"},"format":{"type":"string"},"sample_rate":{"type":"integer"}},"type":"object"},"type":"array"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"tags":["text-to-speech","tts","batch","bulk","long-form","audio","wav"]},"lastUpdated":"2026-09-07T08:38:05.48Z","quality":{"l30DaysTotalCalls":5,"l30DaysUniquePayers":2,"lastCalledAt":"2026-09-07T08:38:05.312Z"},"resource":"https://voice.forgemesh.io/v1/tts/batch-long","type":"http","x402Version":2},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":1800,"network":"eip155:8453","payTo":"0x1304EC1A8945365e43A5c18a734065f107B417cA","scheme":"exact"}],"description":"Returns the ForgeMesh signal-safety endpoint list with path and description for anomaly detection, calibration, and verification — use it to discover infrastructure endpoints before integrating.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{},"type":"http"},"output":{"example":{"endpoints":[{"description":"Market signal anomaly review.","path":"/api/anomaly"}],"name":"ForgeMesh Signal Safety Catalog"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"endpoints":{"type":"array"},"name":{"type":"string"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"offer-receipt":{"info":{"offers":[{"acceptIndex":0,"format":"eip712","payload":{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","network":"eip155:8453","payTo":"0x1304EC1A8945365e43A5c18a734065f107B417cA","resourceUrl":"https://x402.coinopai.com/api/catalog","scheme":"exact","validUntil":1788928603,"version":1},"signature":"0x548a18a1d9e595bb39b70de4e0643aa91b5606537dfe53f1fd5324fe6f795e266e7e91b4f00a15cefc591ca781680092fd44503efb1f3e0b8541a08f9c4d831c1b"}]},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"offers":{"items":{"properties":{"acceptIndex":{"type":"integer"},"format":{"type":"string"},"payload":{"properties":{"amount":{"type":"string"},"asset":{"type":"string"},"network":{"type":"string"},"payTo":{"type":"string"},"resourceUrl":{"type":"string"},"scheme":{"type":"string"},"validUntil":{"type":"integer"},"version":{"type":"integer"}},"required":["version","resourceUrl","scheme","network","asset","payTo","amount"],"type":"object"},"signature":{"type":"string"}},"required":["format","signature"],"type":"object"},"type":"array"}},"required":["offers"],"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"}}},"lastUpdated":"2026-09-09T04:31:43.779Z","quality":{"l30DaysTotalCalls":2,"l30DaysUniquePayers":2,"lastCalledAt":"2026-09-09T04:31:43.585Z"},"resource":"https://x402.coinopai.com/api/catalog","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":"0x8CDA367232d78c067116e3260da881d2da8ffa39","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-13T16:58:46.929Z","quality":{"l30DaysTotalCalls":27,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-13T16:58:46.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":"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":4,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-07T08:37:39.165Z"},"resource":"https://voice.forgemesh.io/v1/audio/speech","type":"http","x402Version":2},{"accepts":[{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":1800,"network":"eip155:8453","payTo":"0x962794FB8aD92941fAf1ab446b9e30637B86F331","scheme":"exact"}],"description":"Text-to-speech with speed (0.7x-2.0x) and quality-step (1-100) control, 1 of 10 standard voices across 31 languages, up to 500 characters, returned as WAV audio. Use it to: speak an urgent alert faster, slow a reading for clarity, tune synthesis quality against latency, produce a paced voice cue for a UI, generate a rushed or calm-toned notification. USDC on Base via x402, no API key.","extensions":{"bazaar":{"info":{"input":{"body":{"lang":"en","text":"Hello world","voice":"M1"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"content_type":"audio/wav","description":"44.1kHz 16-bit mono WAV speech audio returned inline"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"lang":{"description":"Language code; 31 languages supported","enum":["en","ko","ja","ar","bg","cs","da","de","el","es","et","fi","fr","hi","hr","hu","id","it","lt","lv","nl","pl","pt","ro","ru","sk","sl","sv","tr","uk","vi"],"type":"string"},"speed":{"description":"Pro/Custom expressive speed control, 0.7-2.0. Presets: slow 0.7, normal 1.0, fast 1.3, rapid 1.6","maximum":2,"minimum":0.7,"type":"number"},"steps":{"description":"Pro/Custom quality control, 1-100. Presets: draft 4, standard 8, high 16, ultra 24","maximum":100,"minimum":1,"type":"integer"},"text":{"description":"Text to synthesize into speech, max 2000 characters. Use non-long routes for 1-500 chars and -long routes for 501-2000 chars.","maxLength":2000,"minLength":1,"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":["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":{"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","speech-synthesis","speed-control","audio","wav"]},"lastUpdated":"2026-09-07T08:37:15.327Z","quality":{"l30DaysTotalCalls":4,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-07T08:37:15.177Z"},"resource":"https://voice.forgemesh.io/v1/tts/pro","type":"http","x402Version":2},{"accepts":[{"amount":"2000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":1800,"network":"eip155:8453","payTo":"0x962794FB8aD92941fAf1ab446b9e30637B86F331","scheme":"exact"}],"description":"Batch text-to-speech: synthesize up to 20 separate text items in a single call, standard voices only, up to 500 total characters, returns JSON with base64 WAV audio plus duration and sample rate per item. Use it to: voice a list of short UI strings at once, generate audio for multiple notification templates, batch-produce voice lines for a menu or form, synthesize several short replies in one request. USDC on Base via x402.","extensions":{"bazaar":{"info":{"input":{"body":{"defaults":{"lang":"en","voice":"F2"},"items":[{"text":"Hello"},{"text":"World"}]},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"items":[{"audio_base64":"...","duration_s":1.5,"format":"wav","sample_rate":44100}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"defaults":{"additionalProperties":false,"description":"Default standard voice and language for all items","properties":{"lang":{"description":"Language code; 31 languages supported","enum":["en","ko","ja","ar","bg","cs","da","de","el","es","et","fi","fr","hi","hr","hu","id","it","lt","lv","nl","pl","pt","ro","ru","sk","sl","sv","tr","uk","vi"],"type":"string"},"voice":{"description":"Standard voice: M1-M5 or F1-F5","enum":["M1","M2","M3","M4","M5","F1","F2","F3","F4","F5"],"type":"string"}},"type":"object"},"items":{"description":"Array of standard-voice text items. Total text across all items must be \u003c= 2000 characters; use /v1/tts/batch for \u003c=500 total chars and /v1/tts/batch-long for 501-2000 total chars.","items":{"additionalProperties":false,"properties":{"lang":{"description":"Language code; 31 languages supported","enum":["en","ko","ja","ar","bg","cs","da","de","el","es","et","fi","fr","hi","hr","hu","id","it","lt","lv","nl","pl","pt","ro","ru","sk","sl","sv","tr","uk","vi"],"type":"string"},"text":{"description":"Text for this batch item","maxLength":2000,"minLength":1,"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":["text"],"type":"object"},"maxItems":20,"minItems":1,"type":"array"}},"required":["items"],"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":{"items":{"items":{"properties":{"audio_base64":{"type":"string"},"duration_s":{"type":"number"},"format":{"type":"string"},"sample_rate":{"type":"integer"}},"type":"object"},"type":"array"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"tags":["text-to-speech","tts","batch","bulk","audio","wav"]},"lastUpdated":"2026-09-07T08:37:53.53Z","quality":{"l30DaysTotalCalls":4,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-07T08:37:53.387Z"},"resource":"https://voice.forgemesh.io/v1/tts/batch","type":"http","x402Version":2},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":1800,"network":"eip155:8453","payTo":"0x962794FB8aD92941fAf1ab446b9e30637B86F331","scheme":"exact"}],"description":"Expressive text-to-speech in any of 20 voices, standard M1-M5/F1-F5 plus personas like Storyteller, Narrator, Announcer, Urgent, Velvet, with speed and quality control, for 501-2000 characters, WAV output. Use it to: narrate a longer story or audiobook chapter, voice an extended character monologue, produce a branded multi-sentence announcement, script a persona-driven podcast segment. USDC on Base via x402.","extensions":{"bazaar":{"info":{"input":{"body":{"lang":"en","text":"Hello world","voice":"M1"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"content_type":"audio/wav","description":"44.1kHz 16-bit mono WAV speech audio returned inline"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"lang":{"description":"Language code; 31 languages supported","enum":["en","ko","ja","ar","bg","cs","da","de","el","es","et","fi","fr","hi","hr","hu","id","it","lt","lv","nl","pl","pt","ro","ru","sk","sl","sv","tr","uk","vi"],"type":"string"},"speed":{"description":"Pro/Custom expressive speed control, 0.7-2.0. Presets: slow 0.7, normal 1.0, fast 1.3, rapid 1.6","maximum":2,"minimum":0.7,"type":"number"},"steps":{"description":"Pro/Custom quality control, 1-100. Presets: draft 4, standard 8, high 16, ultra 24","maximum":100,"minimum":1,"type":"integer"},"text":{"description":"Text to synthesize into speech, max 2000 characters. Use non-long routes for 1-500 chars and -long routes for 501-2000 chars.","maxLength":2000,"minLength":1,"type":"string"},"voice":{"description":"Voice name. Standard voices M1-M5/F1-F5; persona voices require Custom tier.","enum":["M1","M2","M3","M4","M5","F1","F2","F3","F4","F5","Storyteller","Narrator","Announcer","Assistant","Urgent","Sage","Spark","Anchor","Velvet","Echo"],"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":{"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","persona-voices","long-form","narration","audio","wav"]},"lastUpdated":"2026-09-07T08:37:36.763Z","quality":{"l30DaysTotalCalls":4,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-07T08:37:36.587Z"},"resource":"https://voice.forgemesh.io/v1/tts/custom-long","type":"http","x402Version":2},{"accepts":[{"amount":"40000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2","scheme":"exact"}],"description":"Generate private, locally processed English speech from bounded text. Returns WAV audio as base64 JSON, uses a fixed voice allowlist, and does not retain or log submitted text.","extensions":{"bazaar":{"info":{"input":{"body":{"input":"Welcome to FetchHarbor.","voice":"af_sarah"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"audio_base64":"UklGRg...","duration_seconds":1.2,"format":"wav","sample_rate":24000,"status":"success","voice":"af_sarah"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"input":{"maxLength":2000,"minLength":1,"type":"string"},"response_format":{"const":"wav","type":"string"},"speed":{"maximum":1.25,"minimum":0.75,"type":"number"},"voice":{"enum":["af_sarah","af_heart","am_adam","am_michael"],"type":"string"}},"required":["input"],"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":{"additionalProperties":true,"properties":{"audio_base64":{"contentEncoding":"base64","type":"string"},"duration_seconds":{"type":"number"},"format":{"type":"string"},"status":{"const":"success","type":"string"}},"required":["status","audio_base64","format"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-23T06:43:42.082Z","quality":{"l30DaysTotalCalls":1,"l30DaysUniquePayers":1,"lastCalledAt":"2026-08-23T06:43:41.741Z"},"resource":"https://fetchharbor.benlab.download/v1/audio/speech","type":"http","x402Version":2},{"accepts":[{"amount":"100000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":1800,"network":"eip155:8453","payTo":"0x6B1aC7935DAD576b921af0E6EDC27319bc27AAdD","scheme":"exact"}],"description":"ForgeMesh fare intelligence for one route query.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"departure_at":"2026-08","destination":"LAX","origin":"JFK"},"type":"http"},"output":{"example":{"count":1,"data":[{"currency":"USD","destination":"LAX","origin":"JFK","price":189,"recommendation":"buy_now"}],"provider":"travel_search"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"currency":{"type":"string"},"departure_at":{"type":"string"},"destination":{"type":"string"},"market":{"type":"string"},"origin":{"type":"string"},"return_at":{"type":"string"}},"required":["origin","destination"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"offer-receipt":{"info":{"offers":[{"acceptIndex":0,"format":"eip712","payload":{"amount":"100000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","network":"eip155:8453","payTo":"0x6B1aC7935DAD576b921af0E6EDC27319bc27AAdD","resourceUrl":"https://travel.forgemesh.io/api/fare-intelligence","scheme":"exact","validUntil":1788373227,"version":1},"signature":"0x6203fd1c9cc83a7fb8765c31b793a8cadf862c9fd08d80f9261c08fb84fe3e93442d4be6fadfd4374e16443c33bcf7d6189d0cd4d96230607e953dbfa2e24a921c"}]},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"offers":{"items":{"properties":{"acceptIndex":{"type":"integer"},"format":{"type":"string"},"payload":{"properties":{"amount":{"type":"string"},"asset":{"type":"string"},"network":{"type":"string"},"payTo":{"type":"string"},"resourceUrl":{"type":"string"},"scheme":{"type":"string"},"validUntil":{"type":"integer"},"version":{"type":"integer"}},"required":["version","resourceUrl","scheme","network","asset","payTo","amount"],"type":"object"},"signature":{"type":"string"}},"required":["format","signature"],"type":"object"},"type":"array"}},"required":["offers"],"type":"object"}}},"lastUpdated":"2026-09-02T18:15:27.889Z","quality":{"l30DaysTotalCalls":3,"l30DaysUniquePayers":2,"lastCalledAt":"2026-09-02T18:15:54.312Z"},"resource":"https://travel.forgemesh.io/api/fare-intelligence","type":"http","x402Version":2}],"searchMethod":"hybrid","x402Version":2,"meta":{"searchToken":"z2fy4o3htuq7yaa"}}
