Download YouTube and Bilibili videos, upload them to a 302 file server, and extract the audio track.
Request
Example:Bearer {{YOUR_API_KEY}}
Body Params application/json
{
"url": "string",
"resolution": 1080
}
Request samples
curl --location --request POST 'https://api.302.ai/302/vt/video/download' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "string",
"resolution": 1080
}'
Responses
application/json Modified at 2024-12-26 02:39:30