文档
测试

图片滤镜

GET
/calligraphy/photo/filter/url

请求参数

参数名
类型
描述
必填
url
string
图片地址
必填

响应参数

参数名
类型
描述
必填
code
int
返回状态码
必填
msg
string
返回描述
必填
data
array
返回数据
必填
black_white
黑白
必填
white_word
黑底白字
必填
black_word
白底黑字
必填

说明 / 示例

{ "code": 200, "msg": "操作成功", "data": { "black_white": "https://alioss.castlearn.com.cn/filter/2024/01-25/filter_1706151355969.jpg", "white_word": "https://alioss.castlearn.com.cn/filter/2024/01-25/filter_1706151357174.jpg", "black_word": "https://alioss.castlearn.com.cn/filter/2024/01-25/filter_1706151357354.jpg" } }