Skip to content

πŸš€ Installation

Set up APIException in minutes. Install it, plug it in and enjoy consistent API responses.

πŸ“¦ Install via pip

pip install apiexception
This will install the latest stable release directly from PyPI.

⚑ Install via uv

If you use uv for ultra-fast, isolated installs:

uv pip install apiexception

🎯 Install via Poetry

If your project uses Poetry:

poetry add apiexception
Adds the package to your pyproject.toml and installs it automatically.

βœ… Requirements

  • Python 3.10+
  • FastAPI 0.75+

βš™οΈ Quick Check

After installation, verify it’s working:

pip show apiexception

Installing the APIException for FastAPI


➑️ Next Step

Ready to plug it in?

Jump to ⚑ Quick Start for copy-paste integration examples!