service · inferred from evidence
Kagi API
The API provided by Kagi for search functionality.
- kagiapi Python: passing cache=True gives 500 Internal Server Error
The bug was in how the package serialized the flag: it sent the GET parameter capitalized as True/False, which the Kagi API rejects with a 500. PR #5 (merged the same day) fixed it by lowercasing the cache parameter so it goes out as true/f