Publish Option Values
Interface description: Query the optional values of an authorized channel account under the specified publishing option field, which is used to allow users to select additional parameters required by the platform before creating a publishing task.
This interface is used for querying all additional parameters on the platform side. Typical scenarios include B station partition tid, YouTube category categoryId, Threads location location_id, and Pinterest Board boardId.
Calling process: First call the “Platform Publish Options” interface (GET /api/v2/channels/platforms/{platform}/publish-options) to query what additional parameters the platform has; put the field in the return item into the path parameter field of this interface. If the returned item contains filterSchema, pass the filter conditions as the query parameter of this interface according to the schema. For example, for the Threads location, you can pass keyword or latitude and longitude.
Authorizations
Need to get API Key from AiToEarn. Click to go to "API Key Obtaining Tutorial".
Path Parameters
Channel account ID. It must be an account authorized by the current user, and the platform to which the account belongs should be consistent with the platform queried in the "Platform Publishing Options" interface.
Publishing options field. The value comes from the data[n].field returned by the "Platform Publish Options" interface, such as tid, categoryId, location_id, boardId.
Response
The request has been processed by the service. Business success is determined by whether the response body has code === 0.

