Skip to main content
GET
cURL
🪙3 creditsper request

Copy for AI

🤖 Why Code When AI Can Do It For You?

Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

Authorizations

Authorization
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx Get your API key from the Dashboard.

Query Parameters

channel_id
string

Channel ID, used for the first call to retrieve basic channel information. Format: 24-character string starting with UC How to obtain: use the get_channel_id endpoint, or extract from the channel URL

Example:

"UCeu6U67OzJhV1KwBansH3Dg"

continuation_token
string

Pagination flag, used for the second call to retrieve advanced channel information. How to obtain: extract the continuation_token field from the first call's response. Note: provide either channel_id or continuation_token, not both at the same time

Example:

"4qmFsgJgEhhVQ2V1NlU2N096SmhWMUt3QmFuc0gzRGcaRDhnWXJHaW1hQVNZS0pEWmlNREprTkRJd0xUQXdNREF0TWpGbFpDMWlaR1kzTFdRMFpqVTBOMlkzWlRGaU9BJTNEJTNE"

language_code
string
default:zh-CN

Language display preference Options: "zh-CN", "en-US", "ja-JP", "ko-KR", etc.

country_code
string
default:US

Region code Options: "US", "JP", "GB", etc.

need_format
boolean
default:false

Whether to clean and format the data Default: false

Response

The response is of type object.