> ## Documentation Index
> Fetch the complete documentation index at: https://docs.api.ecylt.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Wdraw 4.4

> Call Wdraw 4.4 provided by the WZH Team - Wdraw Development Group

<Info>
  Notes:

  1. Image size defaults to `1024*1024` and cannot be changed.
  2. Each request outputs one image by default and the quantity cannot be changed.
  3. Wdraw 4.4 API is compatible with the OpenAI image generation API.
</Info>

Wdraw 4.4 features the fourth-generation drawing model and fourth-generation underlying framework.\
The 4.4 API requires a Key from the [ACG API Relay](https://api.223387.xyz/) and is a paid API.

Usage example:

```bash theme={null}
curl https://api.223387.xyz/v1/images/generations \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {your-api-key}" \
  -d '{
    "prompt": "A photo of an astronaut riding a horse on Mars.",
	"model": "wdraw-4.4"
}'
```

Response example:

```json theme={null}
{
    "data": [
        {
            "b64_json": "{base64-images}"
        }
    ]
}
```

***

Sample image:

<img src="https://mintcdn.com/wzh-team/KIYVYPyuimvobEC_/images/wdraw-4-4-xg.png?fit=max&auto=format&n=KIYVYPyuimvobEC_&q=85&s=cd7b95e4c28bf63699927cb66110d486" alt="image.png" width="1024" height="1024" data-path="images/wdraw-4-4-xg.png" />
