💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### 接口描述 获取图片版本分享结果 ### 请求URL ``` https://www.sapi.run/pic/getHero.php ``` ### 请求方式 - GET ### 参数 |参数名|必选|类型|说明| |:---- |:---|:----- |----- | |hero | 是 | string | 英雄名 | |type | 是 | string | aqq、awx、iqq、iwx | |format | 是 | string | 返回格式:json、png | |card | 是 | int | 模板1~20,不填随机 | ### 请求示例 ``` https://www.sapi.run/pic/getHero.php?hero=孙悟空&type=aqq&format=json&card=2 ``` ### 返回示例 ```json { "code": 200, "data": "https://www.sapi.run/pic/images/temp/11.png", "msg": "请求成功" } ``` ### 图片效果 ![](https://img.kancloud.cn/5a/db/5adbf48ea83787cd0c34bd29b2cc3a5a_385x540.png)