Skip to main content
GET
/
v1
/
tiktok
/
covers
/
batch-download
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/tiktok/covers/batch-download' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": {
    "source_cover_url1": "dest_cover_url1",
    "source_cover_url2": "dest_cover_url2",
    "source_cover_url3": "dest_cover_url3"
  },
  "requestId": "9660d7b7-6183-4dc1-9a12-dd07b229f771"
}
🪙1 creditper 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.

Response

Success

code
integer
required
message
string
required
data
object
required