No registration required
const response = await fetch(
'https://api.nexusapi.com/api/search/youtube?q=nodejs&limit=3',
{
headers: {
'X-API-Key': 'your_api_key_here'
}
}
);
const data = await response.json();Click "Run Request" to see the response