saveImg(卡片生成)
POST
/fireflycard/api/saveImg在网页 https://fireflycard.shushiai.com/ 上编辑好卡片,点击复制 json 粘贴作为 body 参数,如下:
官方文档:https://ew6rccvpnmz.feishu.cn/wiki/KcAUwM0I2iIiuekzbvZcGHVlndb
价格:免费
请求参数
Header 参数
Authorization
string
必需
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数application/json
object {0}
示例1
{
"form": {
"icon": "https://mrxc-1300093961.cos.ap-shanghai.myqcloud.com/2024/12/15/1868195941732040706.jpg",
"title": "哲学",
"content": "<p style=\"line-height: 47px;\"><span style=\"font-weight: normal;\"></span></p><span style=\"font-size: 23px;\"><p style=\"font-weight: normal; line-height: 47px;\"></p><span style=\"font-size: 27px; font-weight: normal;\"><p style=\"line-height: 47px;\">没必要总是追求寻找更多声音,视角,人类多样性,至少在非你专业、感兴趣领域上是如此。</p><p style=\"line-height: 47px;\">在矛盾、部分热点事件中看多样性 … 带来一点娱乐价值,还有 … n 次的小脑萎缩。</p></span><p style=\"font-weight: normal; line-height: 47px;\"></p></span><p style=\"line-height: 47px;\"><span style=\"font-weight: normal;\"></span></p>",
"translate": "<p>There is no need to always pursue more voices, perspectives, and human diversity, at least in areas that are not your profession and interest.\nLooking at diversity in contradictions, some hot events… brings a little entertainment value, and… n cerebellar atrophy.</p>",
"author": "<p><span style=\"font-weight: normal;\">不是我说的</span></p>",
"signature": "<p>也不是周树人说的</p>",
"qrCode": "https://textcard.shushiai.com/zh"
},
"style": {
"backgroundName": "pure-color-4",
"font": "Huiwen_mingchao",
"fonts": {
"title": 1.2,
"content": 1.2,
"author": 1.2,
"translate": 1.2
},
"textColor": "#EAB0CD",
"align": "left",
"width": 454,
"backShadow": "",
"height": 0,
"fontScale": 1.2,
"ratio": "",
"padding": "30px"
},
"subTempId": "tempJinC",
"switchConfig": {
"showIcon": true,
"showTitle": false,
"showContent": true,
"showTranslation": true,
"showAuthor": true,
"showQRCode": false,
"showSignature": true,
"showQuotes": true
},
"temp": "tempJin"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 12 天前