{"openapi":"3.2.0","info":{"title":"TTS Text Purifier API","description":"Instantly sanitize and format messy text for Text-to-Speech (TTS) engines. Eliminate Edge-TTS crashes.","version":"1.0.0"},"servers":[{"url":"https://teigl.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"x-agent-commerce":{"catalog_url":"https://teigl.jojapi.net/_jojapi/agent/plans","discovery_url":"https://teigl.jojapi.net/.well-known/x402","directory_url":"https://agents.jojapi.net/apis/tts-text-purifier","docs":"https://docs.jojapi.com/consumers/agents"},"paths":{"/tool/tts_formatter":{"post":{"operationId":"post_tool_tts_formatter","summary":"Format Text","description":"Sanitize messy text and format to one sentence per line.","responses":{"200":{"description":"Response 200","content":{"application/json":{"examples":{"New-Example":{"summary":"New Example","value":{"status":"success","data":"这是清洗后的纯净文本"}}}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["raw_text"],"properties":{"raw_text":{"type":"string","description":"Raw text to clean and format for text-to-speech processing."}}},"example":{"raw_text":"Here is the text! **Important** [laughs] 😊"}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}