数橙API
    数橙API
    • 方案3
      • 产品申请订单接收接口
        POST
      • 申请信息上传接口
        POST
      • 申请信息数据回调
        POST
      • 获取申请链接
        POST
      • 数据资料上传
        POST
      • 获取订单信息
        POST
      • 订单更新回调接口
        POST
    • 泾渭云
      • 获取纳税采集H5页面token接口
        POST
    • 查额申请
      POST
    • 查额申请回调
      POST
    • 查额申请两次请求
      POST
    • 创建电子签约
      POST
    • 电子签约回调
      POST
    • 提交终审
      POST
    • 终审回调
      POST
    • 已签章文件接口(同步接口)
      POST
    • 订单支付凭证接口
      POST
    • 支用申请发起
      POST
    • 大额支付
      POST
    • 大额支付回调
      POST
    • 放款推送接口
      POST
    • 订单支付凭证回调
      POST
    • 还款推送回调
      POST
    • 产品申请订单接收接口
      POST
    • 获取授权链接
      POST
    • 查额申请 Copy
      POST
    • 获取联合登录链接
      POST
    • 状态提交接口
      POST
    • 税票获取
      POST
    • 知数云-慢速MJ
      POST
    • 获取电子签约授权状态接口
      POST

      知数云-慢速MJ

      开发中
      POST
      /midjourney/imagine/relax

      请求参数

      Query 参数
      token
      string 
      必需
      示例值:
      5ba9624291814e278dcc2c6a12e627c5
      Header 参数
      content-type
      string 
      必需
      示例值:
      application/json
      Body 参数application/json
      prompt
      string 
      必需
      示例
      {
          "prompt": "a beautiful cat"
      }

      示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://developer.dataorange.cn/api/midjourney/imagine/relax?token=5ba9624291814e278dcc2c6a12e627c5' \
      --header 'content-type: application/json' \
      --data-raw '{
          "prompt": "a beautiful cat"
      }'

      返回响应

      🟢200成功
      application/json
      Body
      image_url
      string 
      必需
      image_width
      integer 
      必需
      image_height
      integer 
      必需
      actions
      array[string]
      必需
      raw_image_url
      string 
      必需
      raw_image_width
      integer 
      必需
      raw_image_height
      integer 
      必需
      progress
      integer 
      必需
      image_id
      string 
      必需
      task_id
      string 
      必需
      success
      boolean 
      必需
      trace_id
      string 
      必需
      示例
      {"image_url": "https://platform.cdn.zhishuyun.com/midjourney/e050e700-04e5-463a-823e-6616ca9e3df7.png?imageMogr2/thumbnail/!50p", "image_width": 1024, "image_height": 1024, "actions": ["upsample1", "upsample2", "upsample3", "upsample4", "reroll", "variation1", "variation2", "variation3", "variation4"], "raw_image_url": "https://platform.cdn.zhishuyun.com/midjourney/e050e700-04e5-463a-823e-6616ca9e3df7.png", "raw_image_width": 2048, "raw_image_height": 2048, "progress": 100, "image_id": "1260848191952125952", "task_id": "e050e700-04e5-463a-823e-6616ca9e3df7", "success": true, "trace_id": "b742e5f0-2038-4a16-ba2b-1c9511b1c0f2"}
      上一页
      税票获取
      下一页
      获取电子签约授权状态接口
      Built with