پرش به مطلب اصلی

ساخت پلی لیست

مولفه ها

KeyTypeRequiredInExample
titlestringtruebodyExample 1
curl -X 'POST' \
'https://api.vidprotect.ir/v1/playlist' \
-H 'accept: application/json' \
-H 'api_key: your_api_key' \
-H 'secret_key: your_secret_key' \
-H 'Content-Type: application/json' \
-d '{
"title": "Example 1"
}'