{"api":"v1","generated_at":"2026-09-16T03:57:55.117Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/voice-forgemesh-io-v1-tts-pro-22b9bb","pinned_page":"https://tollindex.com/e/voice-forgemesh-io-v1-tts-pro-22b9bb/at/2026-09-15T21-20Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T21:20:12.737Z","snapshot_stamp":"2026-09-15T21-20Z","endpoint":{"slug":"voice-forgemesh-io-v1-tts-pro-22b9bb","canonical_url":"https://voice.forgemesh.io/v1/tts/pro","resource":"https://voice.forgemesh.io/v1/tts/pro","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"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.","service_name":null,"declared_category":null,"declared_tags":[],"route_template":null,"registry_updated":"2026-09-14T08:37:15.577Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"tts pro","category":"media","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T21:20:12.737Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.003 USDC","amount_units":0.003,"decimals_known":true,"pay_to":"0x962794FB8aD92941fAf1ab446b9e30637B86F331","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":5,"unique_payers_30d":1,"last_called_at":"2026-09-14T08:37:15.382Z"},"validation":{"latest":{"observed_at":"2026-09-15T04:11:21.006Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":4,"ratio":0.8},{"days":30,"observed":5,"passed":4,"ratio":0.8},{"days":90,"observed":5,"passed":4,"ratio":0.8}],"history_90d":[{"observed_at":"2026-09-15T04:11:21.006Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T04:09:39.538Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T04:09:13.875Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":true},{"observed_at":"2026-09-12T06:24:26.797Z","state":"fail","failed_checks":["returns_402"],"run_id":"daily-2026-09-12","state_changed":true},{"observed_at":"2026-09-11T09:52:36.577Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x962794FB8aD92941fAf1ab446b9e30637B86F331","page":"https://tollindex.com/seller/0x962794FB8aD92941fAf1ab446b9e30637B86F331","endpoints":10,"hosts":1},"reports":0,"registry_record":{"cdp":[{"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x962794FB8aD92941fAf1ab446b9e30637B86F331","amount":"3000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":1800}],"quality":{"lastCalledAt":"2026-09-14T08:37:15.382Z","l30DaysTotalCalls":5,"l30DaysUniquePayers":1},"resource":"https://voice.forgemesh.io/v1/tts/pro","extensions":{"tags":["text-to-speech","tts","speech-synthesis","speed-control","audio","wav"],"bazaar":{"info":{"input":{"body":{"lang":"en","text":"Hello world","voice":"M1"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"description":"44.1kHz 16-bit mono WAV speech audio returned inline","content_type":"audio/wav"}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["text"],"properties":{"lang":{"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","description":"Language code; 31 languages supported"},"text":{"type":"string","maxLength":2000,"minLength":1,"description":"Text to synthesize into speech, max 2000 characters. Use non-long routes for 1-500 chars and -long routes for 501-2000 chars."},"speed":{"type":"number","maximum":2,"minimum":0.7,"description":"Pro/Custom expressive speed control, 0.7-2.0. Presets: slow 0.7, normal 1.0, fast 1.3, rapid 1.6"},"steps":{"type":"integer","maximum":100,"minimum":1,"description":"Pro/Custom quality control, 1-100. Presets: draft 4, standard 8, high 16, ultra 24"},"voice":{"enum":["M1","M2","M3","M4","M5","F1","F2","F3","F4","F5"],"type":"string","description":"Standard voice: M1-M5 or F1-F5"}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"audio":{"type":"string","description":"Inline WAV bytes in the HTTP response body"},"content_type":{"type":"string","const":"audio/wav"}}}}}}}}},"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.","lastUpdated":"2026-09-14T08:37:15.577Z","x402Version":2}]}}