Hallucinated APIs are functions or methods that AI invents based on patterns from its training data. The code looks correct, but the API call doesn't exist.
Signs of hallucination: the import path looks real but the module doesn't export that function. The method name sounds right but throws "undefined" when called.
Fix: check official documentation before using any AI-suggested API. Run code early to catch hallucinations fast.