短视频提取文案

GET
https://open.lgai.cc/api/short_video_copywriting

接口描述

短视频提取文案

请求参数

相关套餐

请求示例

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": {
    "task_id": "95d3d769-a3df-4de8-8413-ed8bfeec2216"
  },
  "request_id": "a07b2cf361b0361fbef791fe"
}