As of Jun 14, 2024:
I've generated a fresh API key and created a sample python app using https://github.com/kagisearch/kagiapi but when running, I get:
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://kagi.com/api/v0/search?q=grand+canyon&limit=10
I expected the API key to be valid and the python test to return query results.