渠道管理/作品
验证作品归属
接口说明:验证作品是否属于指定账号
POST
验证作品归属
授权
AiToEarn Open Platform API Key。
请求体
application/json
候选账号 ID
Minimum string length:
1Documentation 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/works/{platform}/{platformWorkId}/ownership/verify \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '
{
"candidateAccountId": "<string>"
}
'AiToEarn Open Platform API Key。
候选账号 ID
1请求已被服务处理。业务是否成功以响应体 code === 0 为准。
业务状态码。0 表示成功,非 0 表示业务错误。
响应消息。
请求 ID。
错误响应时间戳,Unix 毫秒。
curl --request POST \
--url https://aitoearn.cn/api/v2/channels/works/{platform}/{platformWorkId}/ownership/verify \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '
{
"candidateAccountId": "<string>"
}
'