速度挺快的AI绘画,但是画的好不好,准不准确,这个就见仁见智了。反正你就说画得快不快吧。
2025-07-20 更新:更换AI绘画接口,更好看更准确,接口总调用限制为10秒/次
https://free.xwteam.cn/api/ai/draw
GET/POST
application/json
名称 | 值 |
---|---|
Content-Type | application/x-www-form-urlencoded;charset:utf-8; |
名称 | 必填 | 类型 | 示例值 | 说明 |
---|---|---|---|---|
promt | 是 | string | 月球上的猫 | 描述你要画的内容,支持中文 |
type | 否 | string | normal | 图片规格,默认方形 |
https://free.xwteam.cn/api/ai/draw?promt=超人狗&type=normal
正在请求API数据...
名称 | 类型 | 说明 |
---|---|---|
code | int | 状态码 |
msg | string | 状态信息 |
data | string | 请求结果数据集 |
debug | string/array | 调试数据 |
exec_time | float | 执行耗时 |
user_ip | string | 客户端IP |