Create Publish Option Value
Endpoint description: Create additional parameter values required by a platform when publishing for an authorized channel account. On success, an option item that can be used directly in publishing tasks is returned.
This endpoint is not supported for every platform or field. Before calling it, call Platform Publish Options (GET /api/v2/channels/platforms/{platform}/publish-options). Only a field whose returned item explicitly contains createSchema can be used with this endpoint; put that item’s field in the path parameter and build the JSON request body strictly according to createSchema. If the returned item has no createSchema, use Publish Option Values to query and select an existing value.
For example, the current Bilibili response exposes tid for querying partitions only and does not support creation through this endpoint; calling it with Bilibili’s tid returns 15080 (the platform does not support this operation).
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.
The publishing option field to create a value for. The value comes from data[n].field returned by Platform Publish Options, and the returned item must contain createSchema; fields without createSchema are not supported by this endpoint.
Response
The request has been processed by the service. Business success is determined by whether the response body has code === 0.

