Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
接口说明:根据记录 ID 公开查询发布状态、作品链接等基础信息
curl --request GET \
--url https://aitoearn.cn/api/v2/channels/publish/records/public/{recordId}{
"code": 0,
"message": "请求成功",
"data": {
"id": "string",
"accountType": "douyin",
"type": "video",
"status": -1,
"publishTime": "2026-07-02T12:00:00.000Z",
"platformWorkId": "string",
"workLink": "string",
"linkStatus": "pending",
"createdAt": "2026-07-02T12:00:00.000Z",
"updatedAt": "2026-07-02T12:00:00.000Z"
}
}发布记录 ID
请求已被服务处理。业务是否成功以响应体 code === 0 为准。
业务状态码。0 表示成功,非 0 表示业务错误。
响应消息。
Hide child attributes
发布记录 ID
账号平台
douyin, xhs, wxSph, KWAI, youtube, wxGzh, bilibili, twitter, tiktok, facebook, instagram, threads, pinterest, linkedin, google_business 发布类型
video, article 发布状态
-1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 发布时间
平台作品 ID
作品链接
作品链接状态
pending, ready, failed 创建时间
更新时间
请求 ID。
错误响应时间戳,Unix 毫秒。
curl --request GET \
--url https://aitoearn.cn/api/v2/channels/publish/records/public/{recordId}{
"code": 0,
"message": "请求成功",
"data": {
"id": "string",
"accountType": "douyin",
"type": "video",
"status": -1,
"publishTime": "2026-07-02T12:00:00.000Z",
"platformWorkId": "string",
"workLink": "string",
"linkStatus": "pending",
"createdAt": "2026-07-02T12:00:00.000Z",
"updatedAt": "2026-07-02T12:00:00.000Z"
}
}