---
name: "hf-space-mrfakename-anima-v1"
description: "Use the Hugging Face Space mrfakename/anima-v1."
metadata:
  source: huggingface-space
  spaceId: "mrfakename/anima-v1"
  hubUrl: https://huggingface.co/spaces/mrfakename/anima-v1
  agentsMdUrl: https://huggingface.co/spaces/mrfakename/anima-v1/agents.md
  appUrl: https://mrfakename-anima-v1.hf.space
---

# Hugging Face Space: mrfakename/anima-v1

Use this skill when the user wants to use the Hugging Face Space `mrfakename/anima-v1`.

- Space page: https://huggingface.co/spaces/mrfakename/anima-v1
- App URL: https://mrfakename-anima-v1.hf.space
- Source instructions: https://huggingface.co/spaces/mrfakename/anima-v1/agents.md

## Space agent instructions

To use this application (mrfakename/anima-v1: Generate high‑quality images from text prompts):
API schema: GET https://mrfakename-anima-v1.hf.space/gradio_api/info
Call endpoint: POST https://mrfakename-anima-v1.hf.space/gradio_api/call/v2/{endpoint} {"param_name": value, ...}
Poll result: GET https://mrfakename-anima-v1.hf.space/gradio_api/call/{endpoint}/{event_id}
File inputs: POST https://mrfakename-anima-v1.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)
