sora-线路1-创建客串角色

POST
https://open.lgai.cc/api/sora_character_create

接口描述

sora-线路1-创建客串角色

请求参数

请求示例

var axios = require('axios')

var config = {
  method: 'get',
  url: ''
}

axios(config)
  .then(function (response) {
    console.log(JSON.stringify(response.data))
  })
  .catch(function (error) {
    console.log(error)
  })

返回示例

{
  "code": 200,
  "msg": "success",
  "data": {
    "character": {
      "id": "ch_6938ff30cc048191aaf96c94b2dc19e3",
      "username": "qkyxohujl.colaqueste",
      "permalink": "https://sora.chatgpt.com/profile/qkyxohujl.colaqueste",
      "profile_picture_url": "https://filesystem.site/cdn/20251210/53f9564318e976162f03803e938e94.jpg"
    }
  }
}