Create Publish Flow
Interface description: Create a multi-platform publishing Flow; one request can create multiple single-platform tasks.
Before calling this endpoint, read the complete publishing flow guide. items[n].accountId must come from the account list endpoint. content.media[n].url must be a real, publicly accessible media URL; do not copy the placeholder from the example. We recommend following the asset upload guide: generate an upload signature, upload the file, confirm the upload, then use the confirmation response data.url. You may also use another real media URL that the service can access and parse directly. An inaccessible or unparseable URL returns 15051 (media_unreachable). publishAt must be a future ISO 8601 timestamp. After success, use data.flowId to query the flow and data.tasks[n].id to publish now, retry, cancel, or update the publish time. This endpoint creates real publishing tasks, so verify the parameters before sending.
Except for X/Twitter publishing, publishing on other platforms is currently free. For X/Twitter pricing, see the pricing page.
Authorizations
Need to get API Key from AiToEarn. Click to go to "API Key Obtaining Tutorial".
Body
Share content across platforms
Target release time
Platform release items
1- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
- Option 10
- Option 11
- Option 12
- Option 13
- Option 14
External flow ID
External business relationships
Response
The request has been processed by the service. Business success is determined by whether the response body has code === 0.

