Skip to main content
POST
Verify Work Ownership

Authorizations

X-Api-Key
string
header
required

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

Path Parameters

platform
string
required

Platform identifier. It must match the candidate account and work; for example, use KWAI for Kuaishou.

Example:

"KWAI"

platformWorkId
string
required

Platform work ID. Get it through the Work List endpoint: pass the account ID for the current platform as accountId, then use platformWorkId from a returned work item.

Example:

"platform-work-id-from-work-list"

Body

application/json
candidateAccountId
string
required

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.

Minimum string length: 1

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