The document describes the requirements for a voice to text call response system and API that allows third party applications to send audio files via email to be converted to text. Key points:
- Third party applications register and are provided an account ID and digital certificate.
- Applications send an email with an audio file attachment and XML file to the conversion service using SMTP over TLS.
- The service converts the audio to text and returns the text to the application in an email.
- Requirements cover registration, message structure, headers, and processing of conversion requests and responses.