---
name: "hf-space-luminia-rvc-beatrice-voice-conversion"
description: "Use the Hugging Face Space Luminia/rvc-beatrice-voice-conversion."
metadata:
  source: huggingface-space
  spaceId: "Luminia/rvc-beatrice-voice-conversion"
  hubUrl: https://huggingface.co/spaces/Luminia/rvc-beatrice-voice-conversion
  agentsMdUrl: https://huggingface.co/spaces/Luminia/rvc-beatrice-voice-conversion/agents.md
  appUrl: https://luminia-rvc-beatrice-voice-conversion.hf.space
---

# Hugging Face Space: Luminia/rvc-beatrice-voice-conversion

Use this skill when the user wants to use the Hugging Face Space `Luminia/rvc-beatrice-voice-conversion`.

- Space page: https://huggingface.co/spaces/Luminia/rvc-beatrice-voice-conversion
- App URL: https://luminia-rvc-beatrice-voice-conversion.hf.space
- Source instructions: https://huggingface.co/spaces/Luminia/rvc-beatrice-voice-conversion/agents.md

## Space agent instructions

To use this application (Luminia/rvc-beatrice-voice-conversion: Convert a voice recording to another speaker's style):
API schema: GET https://luminia-rvc-beatrice-voice-conversion.hf.space/gradio_api/info
Config (find fn_index): GET https://luminia-rvc-beatrice-voice-conversion.hf.space/config → dependencies[i].id where api_name matches API schema endpoint
Join the queue: POST https://luminia-rvc-beatrice-voice-conversion.hf.space/gradio_api/queue/join (pass {"data": [...], "fn_index": <from-config>, "session_hash": "<random-uuid>"})
Stream results: GET https://luminia-rvc-beatrice-voice-conversion.hf.space/gradio_api/queue/data?session_hash=<same-uuid>
File inputs: POST https://luminia-rvc-beatrice-voice-conversion.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)
