Skip to main content
GET
Platform Publish Options

Authorizations

X-Api-Key
string
header
required

Need to get API Key from AiToEarn. Click to go to "API Key Obtaining Tutorial".

Path Parameters

platform
enum<string>
default:bilibili
required

Platform ID. The value comes from the data[n].platform returned by the "Platform List" interface (GET /api/v2/channels/platforms).

Available options:
bilibili,
youtube,
pinterest,
twitter,
tiktok,
facebook,
instagram,
threads,
linkedin,
xhs,
wxSph,
douyin,
KWAI,
wxGzh
Example:

"bilibili"

Response

200 - application/json

The request has been processed by the service. Business success is determined by whether the response body has code === 0.

data
object[]

The publishing options currently supported by the specified platform. An empty array means there are no additional publishing options.

code
integer

Business status code. 0 means success; non-zero means a business error.

message
string

Response message.

requestId
string

Request ID.

timestamp
integer

Error response timestamp in Unix milliseconds.

Last modified on July 31, 2026