douyin/web/multi-video-high-quality-play-url
If there are less than 50 videos, they will be charged as 50 videos.. The highest quality video link cannot be obtained directly from the Douyin APP or web version, and must be obtained through this interface.. This inte...
Example output — click Run to generate your own
Send your first request
OpenAI-compatible endpoint with unified authentication and usage tracking.
https://api.sandbase.ai/v1/rundouyin/web/multi-video-high-quality-play-urlInput Schema
2 parameters · 0 required · 2 optional
| Parameter | Type | Required | Description |
|---|---|---|---|
region | union | Optional | Optional ISO country code (for example, CN, US, or HK). Pass CN for users in mainland China to get China-region CDN URLs for faster downloads. |
aweme_ids | string | Optional | Video id list, separated by commas, for example: "123,456,789", up to 50. |
Output Schema
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the generation task |
status | string | Task status: pending, running, completed, failed, timeout |
model | string | Model used for the generation |
outputs | array | Array of output items |
outputs[].url | string | URL of the generated artifact |
outputs[].content_type | string | MIME type (e.g. image/png, video/mp4) |
error | object | null | Error details if failed, null on success |
error.type | string | Machine-readable error type code |
error.message | string | Human-readable error description |
Code Examples
Ready-to-run snippets
curl -X POST https://api.sandbase.ai/v1/run \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "douyin/web/multi-video-high-quality-play-url",
"prompt": "a beautiful sunset over mountains"
}'API README
Batch get the highest quality play URL of videos
If there are less than 50 videos, they will be charged as 50 videos. The highest quality video link cannot be obtained directly from the Douyin APP or web version, and must be obtained through this interface. This interface is very suitable for batch obtaining high-definition, watermark-free video links, suitable for scenarios that require high-quality videos, such as video editing, archiving, training models, etc. Support up to 50 video IDs. This capability focuses on douyin (douyin web) workflows centered on batch get the highest quality play url of videos. It is suitable for douyin workflows.
Capability
If there are less than 50 videos, they will be charged as 50 videos. The highest quality video link cannot be obtained directly from the Douyin APP or web version, and must be obtained through this interface. This interface is very suitable for batch obtaining high-definition, watermark-free video links, suitable for scenarios that require high-quality videos, such as video editing, archiving, training models, etc. Support up to 50 video IDs. This capability focuses on douyin (douyin web) workflows centered on batch get the highest quality play url of videos. It helps applications, agents, and automated workflows turn that capability into repeatable tasks and useful downstream experiences.
Common use cases
- Build media monitoring, content intelligence, and publishing-support workflows.
- Create repeatable integrations that pass structured results to downstream business systems.
- Support scheduled jobs, internal tools, and agent workflows with structured results.

