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

导出素材个性标注列表

POST
/shipin/materialMark/export
导出素材个性标注列表

Request

Query Params
createBy
string 
optional
创建者
createTime
string 
optional
创建时间
updateBy
string 
optional
更新者
updateTime
string 
optional
更新时间
params
string 
optional
请求参数
markId
integer 
optional
主键
materialId
integer 
required
素材id
markName
string 
required
标注名称
markArea
string 
optional
标注区域
startTime
integer 
optional
开始时间
endTime
integer 
optional
结束时间
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 POST 'http://192.168.2.91:8080/shipin/materialMark/export?materialId=&markName=' \
--header 'Authorization: Bearer {{token}}'

Responses

🟢200OK
application/json
Body
object {0}
Example
{}
Modified at 2023-11-03 09:21:02
Previous
批量修改素材个性标注
Next
获取素材个性标注详细信息
Built with