查询任务详情
GET
https://api.gezhe.com/v1/renders/{id}
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Path 参数
id
string
必需
示例值:
27C240801uztlDT
Query 参数
type
enum<string>
返回的链接类型
枚举值:
accessimagedownload
默认值:
access
name
string
可选
Body 参数multipart/form-data
object {0}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.gezhe.com/v1/renders/27C240801uztlDT?type&name'
返回响应
🟢200成功
application/json
Body
id
string
任务 ID
name
string
任务名称
status
enum<string>
任务状态
枚举值:
pendingdoingdoneerror
target
array [array]
转换后的文件
string
可选
finishedAt
string
任务完成时间
notifyURL
string
接受任务状态变更的回调地址
errorCode
string
错误码
errorMsg
string
错误信息
示例
{
"userId": "UvyBQwS",
"id": "UvyBQwSC240926tdAJaa",
"name": "产品发布会",
"status": "done",
"errorMsg": null,
"target": [
[
"https://gezhe-platform.oss-cn-beijing.aliyuncs.com/2024-09/b9/b9815857-69e6-49d2-8bde-97deaecac8f7.jpg",
55102,
"db5c68cdb8601fe27b9e965eaaca5723"
],
[
"https://gezhe-platform.oss-cn-beijing.aliyuncs.com/2024-09/ef/efb2e37b-5e53-4f8b-b205-f57672e0f46f.jpg",
65832,
"c19ef8380aadbb4f326c866442ab471f"
],
[
"https://gezhe-platform.oss-cn-beijing.aliyuncs.com/2024-09/34/34f5120c-b48e-4746-83bf-205e1c70c381.jpg",
148257,
"0e5ca68eabe083ee6466fd1d9fd8a928"
]
],
"mode": "normal",
"resolution": 1280,
"output": "jpg",
"slides": null,
"creatorId": "WWUyXhnv",
"finishedAt": "2024-09-26T02:08:51.000Z",
"notifyURL": null,
"notifyCount": 0,
"createdAt": "2024-09-26T02:08:27.000Z",
"updatedAt": "2024-09-26T02:08:51.000Z"
}