Skip to main content
POST
Create Publish Option Value

Authorizations

X-Api-Key
string
header
required

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

Path Parameters

accountId
string
required

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.

field
string
required

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

200 - application/json

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

code
integer
required

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

message
string
required

Response message.

data
object
requestId
string

Request ID.

timestamp
integer

Error response timestamp in Unix milliseconds.

Last modified on July 31, 2026