{
"flowId": "string",
"content": {
"title": "string",
"body": "string",
"media": [],
"cover": {
"url": "http://example.com",
"options": {
"adaptation": {
"imageFormat": "off"
}
}
}
},
"publishAt": "2019-08-24T14:15:22.123Z",
"context": {
"materialGroupId": "string",
"materialId": "string"
},
"items": [
{
"platform": "bilibili",
"option": {
"tid": 1,
"no_reprint": 0,
"topic_id": 1,
"mission_id": 1,
"copyright": 1,
"source": "string"
},
"accountId": "string",
"overrides": {
"title": "string",
"body": "string",
"media": [
{
"url": "http://example.com",
"options": {
"adaptation": {
"imageFormat": "off"
}
}
}
],
"cover": {
"url": "http://example.com",
"options": {
"adaptation": {
"imageFormat": "off"
}
}
}
}
}
]
}curl --location '/api/v2/channels/publish/flows' \
--header 'Content-Type: application/json' \
--data '{
"flowId": "string",
"content": {
"title": "string",
"body": "string",
"media": [],
"cover": {
"url": "http://example.com",
"options": {
"adaptation": {
"imageFormat": "off"
}
}
}
},
"publishAt": "2019-08-24T14:15:22.123Z",
"context": {
"materialGroupId": "string",
"materialId": "string"
},
"items": [
{
"platform": "bilibili",
"option": {
"tid": 1,
"no_reprint": 0,
"topic_id": 1,
"mission_id": 1,
"copyright": 1,
"source": "string"
},
"accountId": "string",
"overrides": {
"title": "string",
"body": "string",
"media": [
{
"url": "http://example.com",
"options": {
"adaptation": {
"imageFormat": "off"
}
}
}
],
"cover": {
"url": "http://example.com",
"options": {
"adaptation": {
"imageFormat": "off"
}
}
}
}
}
]
}'{
"data": {
"flowId": "string",
"tasks": [
{
"id": "string",
"accountId": "string",
"platform": "douyin",
"status": -1,
"publishTime": "2019-08-24T14:15:22.123Z",
"platformWorkId": "string",
"workLink": "string",
"linkStatus": "pending",
"linkError": "string",
"linkMeta": {
"property1": "string",
"property2": "string"
},
"errorMsg": "string"
}
]
},
"code": 0,
"message": "string",
"requestId": "string"
}