HomeTutorialsKuaishou / Kwai videos Open API Integration Guide
Tutorial

Kuaishou / Kwai videos Open API Integration Guide

Use the TapSave Open API to parse a public Kuaishou / Kwai videos link and handle the returned media resources in your application.

Updated: 2026-09-04

Kuaishou / Kwai videos Open API Integration Guide

Use the TapSave Open API to parse a public Kuaishou / Kwai videos link and handle the returned media resources in your application.

Integration flow

Send a POST request to https://api.videotool.cc/openapi/parse with Content-Type: application/json, an X-API-Key header, and a JSON body containing the public url.

Response handling

First check code === 200, data.resultCode === 0, and data.hasResource === true. Then consume only the resource arrays returned for that request; do not invent URLs or assume a fixed format.

Kuaishou / Kwai videos resources

For Kuaishou / Kwai, read video, image, and optional audio fields separately; a missing field is a valid parse result, not automatically a client error.

Limits and security

Keep the API key on your server, never expose it in browser code, and treat private, deleted, restricted, or unavailable links as expected parse failures.