---
name: "hf-space-fancyfeast-joy-caption-alpha-two"
description: "Use the Hugging Face Space fancyfeast/joy-caption-alpha-two."
metadata:
  source: huggingface-space
  spaceId: "fancyfeast/joy-caption-alpha-two"
  hubUrl: https://huggingface.co/spaces/fancyfeast/joy-caption-alpha-two
  agentsMdUrl: https://huggingface.co/spaces/fancyfeast/joy-caption-alpha-two/agents.md
  appUrl: https://fancyfeast-joy-caption-alpha-two.hf.space
---

# Hugging Face Space: fancyfeast/joy-caption-alpha-two

Use this skill when the user wants to use the Hugging Face Space `fancyfeast/joy-caption-alpha-two`.

- Space page: https://huggingface.co/spaces/fancyfeast/joy-caption-alpha-two
- App URL: https://fancyfeast-joy-caption-alpha-two.hf.space
- Source instructions: https://huggingface.co/spaces/fancyfeast/joy-caption-alpha-two/agents.md

## Space agent instructions

To use this application (fancyfeast/joy-caption-alpha-two: Generate detailed captions or prompts for any image):
API schema: GET https://fancyfeast-joy-caption-alpha-two.hf.space/gradio_api/info
Config (find fn_index): GET https://fancyfeast-joy-caption-alpha-two.hf.space/config → dependencies[i].id where api_name matches API schema endpoint
Join the queue: POST https://fancyfeast-joy-caption-alpha-two.hf.space/gradio_api/queue/join (pass {"data": [...], "fn_index": <from-config>, "session_hash": "<random-uuid>"})
Stream results: GET https://fancyfeast-joy-caption-alpha-two.hf.space/gradio_api/queue/data?session_hash=<same-uuid>
File inputs: POST https://fancyfeast-joy-caption-alpha-two.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)
