Verify Work Ownership
Interface description: Verify whether a work belongs to the specified account. First get the candidate account from the account list endpoint, then get the work ID from that account’s work list on the target platform. platform, platformWorkId, and candidateAccountId must belong to the same platform and the same authorized account.
Authorizations
Need to get API Key from AiToEarn. Click to go to "API Key Obtaining Tutorial".
Path Parameters
Platform identifier. It must match the candidate account and work; for example, use KWAI for Kuaishou.
"KWAI"
Body
Candidate account ID. Get it through the Account List endpoint using data.list[n].id for the target authorized account. The account must belong to the same platform as platform and platformWorkId.
1Response
The request has been processed by the service. Business success is determined by whether the response body has code === 0.

