Skip to main content
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.
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 and is a paid API.
Usage example:
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:
{
    "data": [
        {
            "b64_json": "{base64-images}"
        }
    ]
}

Sample image: image.png