# Retrieve text-to-speech generation **GET /api/v11/tts** Retrieve the WAV audio data generated after a successful call to `POST /tts` ## Servers - Main API Server: https://chat-api.aurora-interactive.online:8443 (Main API Server) ## Parameters ### Headers - **x-access-token** (string) ### Query parameters - **ttsMessageFor** (integer) ## Responses ### 200 raw WAV file data from the succcessful text-to-speech generation. #### Body: application/octet-stream (string(binary)) string(binary) ### 400 Bad request #### Body: application/json (object) - **success** (boolean) - **error** (string) ### 401 Unauthorized #### Body: application/json (object) - **success** (boolean) - **error** (string) ### 429 User exceeded the message limit for their current plan #### Body: application/json (object) - **success** (boolean) - **error** (string) [Powered by Bump.sh](https://bump.sh)