渠道管理/平台
获取平台动态发布选项
接口说明:返回该平台发布选项字段的动态取值来源
GET
获取平台动态发布选项
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
接口说明:返回该平台发布选项字段的动态取值来源
curl --request GET \
--url https://aitoearn.cn/api/v2/channels/platforms/{platform}/publish-options \
--header 'X-Api-Key: <api-key>'{
"code": 0,
"message": "请求成功",
"data": [
{
"field": "string",
"label": "string",
"valueType": "list",
"requiresAccount": true,
"description": "string",
"filterSchema": {},
"createSchema": {}
}
]
}AiToEarn Open Platform API Key。
平台标识
请求已被服务处理。业务是否成功以响应体 code === 0 为准。
业务状态码。0 表示成功,非 0 表示业务错误。
响应消息。
请求 ID。
错误响应时间戳,Unix 毫秒。
curl --request GET \
--url https://aitoearn.cn/api/v2/channels/platforms/{platform}/publish-options \
--header 'X-Api-Key: <api-key>'{
"code": 0,
"message": "请求成功",
"data": [
{
"field": "string",
"label": "string",
"valueType": "list",
"requiresAccount": true,
"description": "string",
"filterSchema": {},
"createSchema": {}
}
]
}