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

# Hugging Face Space: ideogram-ai/ideogram4

Use this skill when the user wants to use the Hugging Face Space `ideogram-ai/ideogram4`.

- Space page: https://huggingface.co/spaces/ideogram-ai/ideogram4
- App URL: https://ideogram-ai-ideogram4.hf.space
- Source instructions: https://huggingface.co/spaces/ideogram-ai/ideogram4/agents.md

## Space agent instructions

To use this application (ideogram-ai/ideogram4: Generate images from text prompts with customizable settings):
API schema: GET https://ideogram-ai-ideogram4.hf.space/gradio_api/info
Call endpoint: POST https://ideogram-ai-ideogram4.hf.space/gradio_api/call/v2/{endpoint} {"param_name": value, ...}
Poll result: GET https://ideogram-ai-ideogram4.hf.space/gradio_api/call/{endpoint}/{event_id}
File inputs: POST https://ideogram-ai-ideogram4.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)
