GiantWaveAI(API Docs 2.1)
  1. Video
GiantWaveAI(API Docs 2.1)
  • API Docs
  • Giantwave AI
    • Video
      • updateVideo
        PUT
      • createVideo
        POST
      • getVideoInfomation
        GET
      • getVideoList
        GET
    • TTSTmp
      • getTtsTemplateInfo
      • getTtsTempalteList
    • Template
      • 获取模板详细信息
      • 查询模板列表
    • Task
      • 新增任务
      • 修改任务
      • 任务状态回退
      • 获取任务详细信息
      • 查询任务列表
    • TaskBatch
      • 创建任务
      • 获取任务批次详细信息
      • 查询任务批次列表
    • post
      • putPosts
      • generatePosts
      • getPostsByTask
      • getPosts
      • getPostsList
    • material
      • getMaterial
      • getMaterialList
    • materialMark
      • 批量修改素材个性标注
      • 导出素材个性标注列表
      • 获取素材个性标注详细信息
      • 查询素材个性标注列表
      • 删除素材个性标注
    • materialLib
      • 获取素材库详细信息
      • 查询素材库列表
    • digitalHuman
      • putDigitalHumanTemplate
      • getDigitalHumanTemplate
      • getDigitalHumanTemplateList
    • GiantWave_material
      • 分页查询素材列表
  • login
    POST
  1. Video

getVideoInfomation

GET
/shipin/video/{videoId}
获取视频详细信息

Request

Path Params
videoId
integer 
required
主键
Header Params
Authorization
string 
optional
Default:
Bearer {{token}}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://192.168.2.91:8080/shipin/video/' \
--header 'Authorization: Bearer {{token}}'

Responses

🟢200OK
application/json
Body
响应信息主体
code
integer <int32>
optional
msg
string 
optional
data
object (SpVideoVo) 
optional
视频视图对象 t_video
videoId
integer <int64>
optional
主键
taskId
integer <int64>
optional
任务id
videoName
string 
optional
视频名称
videoUrl
string 
optional
视频地址
videoTitle
string 
optional
视频标题
videoTag
string 
optional
视频标签,空格分隔,例:#丧失 #解压
videoRemark
string 
optional
视频描述
articleTag
string 
optional
文案标签
taskBatchId
string 
optional
任务批次id
taskBatchName
string 
optional
任务批次名称
auditStatus
string 
optional
成片审核状态
publishStatus
string 
optional
发布标注(空表示未审核成功,0=未发布、1=已发布)
publishPlatform
string 
optional
发布平台
createBy
string 
optional
创建者
createTime
string <date-time>
optional
创建时间
updateBy
string 
optional
更新者
updateTime
string <date-time>
optional
更新时间
Example
{
    "code": 0,
    "msg": "string",
    "data": {
        "videoId": 0,
        "taskId": 0,
        "videoName": "string",
        "videoUrl": "string",
        "videoTitle": "string",
        "videoTag": "string",
        "videoRemark": "string",
        "articleTag": "string",
        "taskBatchId": "string",
        "taskBatchName": "string",
        "auditStatus": "string",
        "publishStatus": "string",
        "publishPlatform": "string",
        "createBy": "string",
        "createTime": "2019-08-24T14:15:22Z",
        "updateBy": "string",
        "updateTime": "2019-08-24T14:15:22Z"
    }
}
Modified at 2025-06-17 13:44:14
Previous
createVideo
Next
getVideoList
Built with