---
slug: "z-image-x"
source_type: "clawhub"
source_url: "https://clawhub.ai/skills/z-image"
repo: ""
source_file: "description"
---
---
name: poyo-z-image
description: Use PoYo AI Z-Image for straightforward prompt-based image generation through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants direct text-to-image output, simple aspect-ratio control, lightweight PoYo payloads, or submissions for `z-image`.
metadata: {"openclaw": {"homepage": "https://poyo.ai/models/z-image", "requires": {"bins": ["curl"], "env": ["POYO_API_KEY"]}, "primaryEnv": "POYO_API_KEY"}}
---

# PoYo Z-Image Generation

## PoYo Links

- Model page: <https://poyo.ai/models/z-image>
- API docs: <https://docs.poyo.ai/api-manual/image-series/z-image>
- API key page: <https://poyo.ai/dashboard/api-key>

Use this skill to submit and track PoYo jobs for the Z-Image family.

## Quick workflow

1. Choose the right model id for the requested output.
2. Build the request body for `POST https://api.poyo.ai/api/generate/submit`.
3. Send Bearer-authenticated JSON with `Authorization: Bearer <POYO_API_KEY>`.
4. Save the returned `task_id`.
5. Poll unified task status or wait for `callback_url` notifications.

## Request rules

- Require top-level `model`.
- Keep prompts concrete and outcome-focused.
- Require `input.prompt` unless the user already supplied a full payload.
- Use `input.size` to match the intended aspect ratio or canvas.

## Model selection

### `z-image`

Use for general generation with this model variant.

## Execution

- Read `references/api.md` for endpoint details, model ids, key fields, example payloads, and polling notes.
- Use `scripts/submit_z_image.sh` to submit a raw JSON payload from the shell.
- If the user only needs a curl example, adapt the example from `references/api.md` instead of rewriting from scratch.
- After submission, report the `task_id` clearly so follow-up polling is easy.

## Output expectations

When helping with this model family, include:
- chosen model id
- final payload or a concise parameter summary
- whether reference images are involved
- returned `task_id` if a request was actually submitted
- next step: poll status or wait for webhook
