---
name: "hf-space-mrfakename-z-image-turbo"
description: "Use the Hugging Face Space mrfakename/Z-Image-Turbo."
metadata:
  source: huggingface-space
  spaceId: "mrfakename/Z-Image-Turbo"
  hubUrl: https://huggingface.co/spaces/mrfakename/Z-Image-Turbo
  agentsMdUrl: https://huggingface.co/spaces/mrfakename/Z-Image-Turbo/agents.md
  appUrl: https://mrfakename-z-image-turbo.hf.space
---

# Hugging Face Space: mrfakename/Z-Image-Turbo

Use this skill when the user wants to use the Hugging Face Space `mrfakename/Z-Image-Turbo`.

- Space page: https://huggingface.co/spaces/mrfakename/Z-Image-Turbo
- App URL: https://mrfakename-z-image-turbo.hf.space
- Source instructions: https://huggingface.co/spaces/mrfakename/Z-Image-Turbo/agents.md

## Space agent instructions

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