渠道管理/内容发布
重试发布任务
接口说明:重试当前用户失败的发布任务
POST
重试发布任务
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
接口说明:重试当前用户失败的发布任务
curl --request POST \
--url https://aitoearn.cn/api/v2/channels/publish/tasks/{taskId}/retry \
--header 'X-Api-Key: <api-key>'{
"code": 0,
"message": "请求成功",
"data": {
"taskId": "string"
}
}AiToEarn Open Platform API Key。
任务 ID
curl --request POST \
--url https://aitoearn.cn/api/v2/channels/publish/tasks/{taskId}/retry \
--header 'X-Api-Key: <api-key>'{
"code": 0,
"message": "请求成功",
"data": {
"taskId": "string"
}
}