Skip to main content
GET
App Deep Link
This endpoint only works for Douyin release records. recordId must come from a record that has not finished publishing yet; completed, failed, or other records only return business error 15018 and do not produce the standard App deep link response.

Authorizations

X-Api-Key
string
header
required

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

Path Parameters

recordId
string
required

The Douyin release record ID that is still waiting for user action. Use data[n].id from the release record list response; do not use a completed record or any non-Douyin release record.

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 August 18, 2026