渠道管理/内容发布
立即发布
接口说明:将定时任务调整为立即发布
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}/publish-now \
--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}/publish-now \
--header 'X-Api-Key: <api-key>'{
"code": 0,
"message": "请求成功",
"data": {
"taskId": "string"
}
}