Understand how to authenticate using your unique API key
**x-api-key**
your_key_1
from newscatcherapi import NewsCatcherApiClient API_KEY = 'your_key_1' newscatcherapi = NewsCatcherApiClient(x_api_key=API_KEY) news_articles = newscatcherapi.get_search(q="Tesla")
Was this page helpful?