渠道管理/账号
创建发布选项值
接口说明:为账号在某平台动态发布选项字段下创建新的取值。
POST
创建发布选项值
授权
AiToEarn Open Platform API Key。
请求体
application/json
发布选项创建参数
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
接口说明:为账号在某平台动态发布选项字段下创建新的取值。
curl --request POST \
--url https://aitoearn.cn/api/v2/channels/accounts/{accountId}/publish-options/{field}/values \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{}'{
"code": 0,
"message": "请求成功",
"data": {
"field": "string",
"valueType": "list",
"item": {}
}
}AiToEarn Open Platform API Key。
发布选项创建参数
curl --request POST \
--url https://aitoearn.cn/api/v2/channels/accounts/{accountId}/publish-options/{field}/values \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{}'{
"code": 0,
"message": "请求成功",
"data": {
"field": "string",
"valueType": "list",
"item": {}
}
}