API Anahtarı Edin
<?php
$_apiKey = "BURAYA KEY";
$_youtubeID = "https://www.youtube.com/watch?v=BNiLoPcYMVI";
$_apiUrl = "https://convertor.me/_api?apikey={$_apiKey}&youtubeID={$_youtubeID}";
$_getData = file_get_contents($_apiUrl);
echo $_getData;
?>