$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "videoUrls": [
< {
< "url": "https://www.tiktok.com/@.vivipurple/video/7649047163456015629"
< },
< {
< "url": "https://www.tiktok.com/@1040v__/video/7477805385626160439"
< },
< {
< "url": "https://www.tiktok.com/@agyzk91/video/7648136636080917781"
< },
< {
< "url": "https://www.tiktok.com/@ak_dance03/video/7618278930235116814"
< },
< {
< "url": "https://www.tiktok.com/@alishatani04/video/7641644209048390933"
< },
< {
< "url": "https://www.tiktok.com/@comdey010/video/7653069126931369247"
< },
< {
< "url": "https://www.tiktok.com/@comdey010/video/7653069395362647326"
< },
< {
< "url": "https://www.tiktok.com/@comdey010/video/7653069428116032799"
< },
< {
< "url": "https://www.tiktok.com/@comdey010/video/7653069429026082079"
< },
< {
< "url": "https://www.tiktok.com/@davidw4hm/video/7649100521684372766"
< },
< {
< "url": "https://www.tiktok.com/@davidw4hm/video/7650642618212224269"
< },
< {
< "url": "https://www.tiktok.com/@ecgebv1/video/7650551994591087893"
< },
< {
< "url": "https://www.tiktok.com/@estrella.aventure/video/7638719786578480402"
< },
< {
< "url": "https://www.tiktok.com/@ev0utfgk2rgmz8p/video/7646318939315735839"
< },
< {
< "url": "https://www.tiktok.com/@ghhhghhh81/video/7650922138920094998"
< },
< {
< "url": "https://www.tiktok.com/@jay_j.34/video/7590392591158496532"
< },
< {
< "url": "https://www.tiktok.com/@luz.castaeda780/video/7632709052790787348"
< },
< {
< "url": "https://www.tiktok.com/@maska4ka777/video/7590656744351730966"
< },
< {
< "url": "https://www.tiktok.com/@maska4ka777/video/7593615852096851222"
< },
< {
< "url": "https://www.tiktok.com/@migne_00/video/7093315609529929006"
< },
< {
< "url": "https://www.tiktok.com/@pktiktokofficial/video/6975426464816663813"
< },
< {
< "url": "https://www.tiktok.com/@progamings366/video/7532788785361276167"
< },
< {
< "url": "https://www.tiktok.com/@realzam2/video/7525706929478323512"
< },
< {
< "url": "https://www.tiktok.com/@sapnabibak/video/7646611007472749855"
< },
< {
< "url": "https://www.tiktok.com/@slzhlatcw6/video/7571381225919630622"
< },
< {
< "url": "https://www.tiktok.com/@sofia.mora306/video/7498802225934912774"
< },
< {
< "url": "https://www.tiktok.com/@the.wahab.familyy/video/7636828305592814862"
< },
< {
< "url": "https://www.tiktok.com/@tiktok_uk/video/7572583549140749590"
< },
< {
< "url": "https://www.tiktok.com/@us_queen1/video/7610445641541504286"
< },
< {
< "url": "https://www.tiktok.com/@viral.video8901/video/7650162023157812493"
< },
< {
< "url": "https://www.tiktok.com/@apifytech/video/7398101551744552225"
< },
< {
< "url": "https://www.tiktok.com/@charlidamelio/video/7554876451548417310"
< },
< {
< "url": "https://www.tiktok.com/@americanvoice788/video/7637571559275695390"
< },
< {
< "url": "https://www.tiktok.com/@angelicaliftz/video/7647614539361520910"
< },
< {
< "url": "https://www.tiktok.com/@asmipokharel/video/7642916552941079809"
< },
< {
< "url": "https://www.tiktok.com/@bemerri2/video/7643944167025986829"
< },
< {
< "url": "https://www.tiktok.com/@brookebaileyugc/video/7646904215146646798"
< },
< {
< "url": "https://www.tiktok.com/@cartiertees/video/7644069838708657422"
< }
< ]
<}
<EOF
$curl "https://api.apify.com/v2/acts/maximedupre~tiktok-audio-downloader/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'