basicsearch / test_api_key.sh
ocx2025's picture
updates
8027f40
raw
history blame contribute delete
296 Bytes
#!/bin/bash
echo "Testing if YOUTUBE_API_KEY is working..."
echo ""
echo "Sending search request..."
curl -X POST https://ocx2025-basicsearch.hf.space/search \
-H "Content-Type: application/json" \
-d '{"query": "Python programming", "max_results": 2}' \
2>/dev/null | python3 -m json.tool