action apptigent_speech_to_text { label: "Text - Speech to Text" description: "Convert audio file to text (10MB limit)" provider: apptigent method: POST path: "/SpeechToText" encoding: json output: { type: "object" properties: { result: { type: "string" description: "Result" } } } }