Publisher Publish API
POSThttps://api.acedata.cloud/publisher/publish
Request Headers
acceptstring
Specify the response format returned by the server.
Please select
authorizationstring
Bearer token
Request Body
titlestringRequired parameter
Title of the content to be published.
contentstringRequired parameter
Content to be published, supporting markdown, HTML, or plain text format.
content_formatstring
Content format, default is `markdown`, optional values: `markdown`, `html`, `text`.
Please select
channelsarrayRequired parameter
List of channels to be published.
categorystring
Content classification (different definitions across platforms).
tagsarray
Content tags.
thumbnailstring
The URL of the cover thumbnail image.
generateboolean
If `true`, the AI will automatically generate optimized content for each channel before publication.
Please select
callback_urlstring
The URL for the callback after the task is completed.
asyncboolean
Whether to process in asynchronous mode. When set to `true`, the interface immediately returns `task_id`, without the need to provide `callback_url`, and then the result can be obtained by polling the corresponding task query interface; if `callback_url` is also provided, the result will be pushed to that callback address.
Please select
Response
Publisher
Allow Use General Balance
When 'Allow General Balance' is enabled, the general balance is used automatically if an app's balance is insufficient.
Kind reminder: For streaming requests, the above code may not be fully applicable. Please refer to the integration documentation for changes.
