1. 图片生成
imgrender 开放 API
  • 接入必读
  • 状态码与错误码
  • 图片生成
    • 同步生成图片-v1
      POST
    • 同步生成图片-v2
      POST
  • 数据模型
    • 图片生成
      • 蓝图
      • 组件-文本
      • 组件-图片
      • 组件-直线
      • 组件-矩形
      • 组件-二维码
      • 通用属性-边框
      • 通用属性-边框圆角
    • 通用 Response
    • 通用错误码
  1. 图片生成

通用属性-边框圆角

{
    "borderRadius": 0,
    "borderTopLeftRadius": 0,
    "borderTopRightRadius": 0,
    "borderBottomLeftRadius": 0,
    "borderBottomRightRadius": 0
}
Built with