Skip to main content
GET
Parse Work Link

Authorizations

X-Api-Key
string
header
required

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

Query Parameters

platform
enum<string>
default:KWAI
required

platform

Available options:
douyin,
xhs,
wxSph,
KWAI,
youtube,
wxGzh,
bilibili,
twitter,
tiktok,
facebook,
instagram,
threads,
pinterest,
linkedin,
google_business
Example:

"KWAI"

Work link

Minimum string length: 1
Example:

"https://www.douyin.com/video/7667836920484196454"

accountId
string

Account ID

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.

data
object
code
integer

Business status code. 0 means success; non-zero means a business error.

message
string

Response message.

requestId
string

Request ID.

timestamp
integer

Error response timestamp in Unix milliseconds.

Last modified on July 31, 2026