Platform Publish Options
Endpoint description: Queries whether a specified platform requires platform-specific publishing parameters, including their field names, value structures, and account requirements.
Each data[n] item represents an additional parameter. Common scenarios include the Bilibili partition tid, YouTube category categoryId, Threads location location_id, and Pinterest Board boardId. An empty array means the platform currently has no additional parameters that need to be handled through the publishing options endpoint.
Usage: Pass the returned field to the Publish Option Values endpoint. If a future response includes filterSchema, pass matching filters as query parameters. If it includes createSchema, construct the request body from that schema and call Create Publish Option Value.
Authorizations
Need to get API Key from AiToEarn. Click to go to "API Key Obtaining Tutorial".
Path Parameters
Platform ID. The value comes from the data[n].platform returned by the "Platform List" interface (GET /api/v2/channels/platforms).
bilibili, youtube, pinterest, twitter, tiktok, facebook, instagram, threads, linkedin, xhs, wxSph, douyin, KWAI, wxGzh "bilibili"
Response
The request has been processed by the service. Business success is determined by whether the response body has code === 0.
The publishing options currently supported by the specified platform. An empty array means there are no additional publishing options.
Business status code. 0 means success; non-zero means a business error.
Response message.
Request ID.
Error response timestamp in Unix milliseconds.

