---
name: "hf-space-minimaxai-minimax-music3-workflow"
description: "Use the Hugging Face Space MiniMaxAI/MiniMax-Music3-workflow."
metadata:
  source: huggingface-space
  spaceId: "MiniMaxAI/MiniMax-Music3-workflow"
  hubUrl: https://huggingface.co/spaces/MiniMaxAI/MiniMax-Music3-workflow
  agentsMdUrl: https://huggingface.co/spaces/MiniMaxAI/MiniMax-Music3-workflow/agents.md
  appUrl: https://minimaxai-minimax-music3-workflow.hf.space
---

# Hugging Face Space: MiniMaxAI/MiniMax-Music3-workflow

Use this skill when the user wants to use the Hugging Face Space `MiniMaxAI/MiniMax-Music3-workflow`.

- Space page: https://huggingface.co/spaces/MiniMaxAI/MiniMax-Music3-workflow
- App URL: https://minimaxai-minimax-music3-workflow.hf.space
- Source instructions: https://huggingface.co/spaces/MiniMaxAI/MiniMax-Music3-workflow/agents.md

## Space agent instructions

To use this application (MiniMaxAI/MiniMax-Music3-workflow: Generate custom music from structured text prompts):
API schema: GET https://minimaxai-minimax-music3-workflow.hf.space/gradio_api/info
Call endpoint: POST https://minimaxai-minimax-music3-workflow.hf.space/gradio_api/call/v2/{endpoint} {"param_name": value, ...}
Poll result: GET https://minimaxai-minimax-music3-workflow.hf.space/gradio_api/call/{endpoint}/{event_id}
File inputs: POST https://minimaxai-minimax-music3-workflow.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)
