个性化签名
基本信息
Path: /cv/individual_signature
Method: POST
接口描述:
请求示例:
**注:测试环境域名 **http://ai-api.ttmap-devx.zuzuche.net
curl --location --request POST 'https://ai-api.tantu.com/cv/individual_signature'
--header 'Content-Type: application/json'
--data-raw '{"text": "张瑞麟", "font": 0, "color": "#FF0000", "opacity": 1}'
请求参数
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/json | 是 | ||
Body |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
text | string | 非必须 | 名字,<=3个字 | ||
font | number | 非必须 | 0:一笔连商务签 1: 2: 3: ···· | ||
color | string | 非必须 | 颜色,默认 #000000 | ||
opacity | number | 必须 | 透明度(0完全透明,字体不可见;1不透明,字体清晰可见) |
返回数据
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
code | number | 非必须 | 状态码,0-正常返回,非0时为服务异常,1xxx-为网关接口异常,2xxx-为大数据AI接口服务异常 | ||
data | string | 非必须 | 图片的base64字符 | ||
msg | string | 非必须 | 相关异常消息 |