---
name: "hf-space-innoai-edge-tts-text-to-speech"
description: "Use the Hugging Face Space innoai/Edge-TTS-Text-to-Speech."
metadata:
  source: huggingface-space
  spaceId: "innoai/Edge-TTS-Text-to-Speech"
  hubUrl: https://huggingface.co/spaces/innoai/Edge-TTS-Text-to-Speech
  agentsMdUrl: https://huggingface.co/spaces/innoai/Edge-TTS-Text-to-Speech/agents.md
  appUrl: https://innoai-edge-tts-text-to-speech.hf.space
---

# Hugging Face Space: innoai/Edge-TTS-Text-to-Speech

Use this skill when the user wants to use the Hugging Face Space `innoai/Edge-TTS-Text-to-Speech`.

- Space page: https://huggingface.co/spaces/innoai/Edge-TTS-Text-to-Speech
- App URL: https://innoai-edge-tts-text-to-speech.hf.space
- Source instructions: https://huggingface.co/spaces/innoai/Edge-TTS-Text-to-Speech/agents.md

## Space agent instructions

To use this application (innoai/Edge-TTS-Text-to-Speech: Generate spoken audio from text using Edge TTS):
API schema: GET https://innoai-edge-tts-text-to-speech.hf.space/gradio_api/info
Config (find fn_index): GET https://innoai-edge-tts-text-to-speech.hf.space/config → dependencies[i].id where api_name matches API schema endpoint
Join the queue: POST https://innoai-edge-tts-text-to-speech.hf.space/gradio_api/queue/join (pass {"data": [...], "fn_index": <from-config>, "session_hash": "<random-uuid>"})
Stream results: GET https://innoai-edge-tts-text-to-speech.hf.space/gradio_api/queue/data?session_hash=<same-uuid>
File inputs: POST https://innoai-edge-tts-text-to-speech.hf.space/gradio_api/upload -F "files=@file.ext", use as: {"path": "<returned-path>", "meta": {"_type": "gradio.FileData"}, "orig_name": "file.ext"}
Auth: Bearer $HF_TOKEN (https://huggingface.co/settings/tokens)
