Multimodal AI API
Integrate leading text, image, and video models through one API with shared authentication, credits, usage visibility, and clear documentation.
Axe AI CLI
Install on macOS or Linux: curl -fsSL https://axeai.com/install | sh
Install on Windows PowerShell: irm https://axeai.com/install.ps1 | iex
Then run axe login and axe to open the full-screen terminal agent.
API reference
Base URL: https://axeai.com/v1
Authentication: Bearer axe_live_...
Model catalog: GET /v1/models
Content type: application/json
Video jobs: Asynchronous — poll until completed
API endpoint examples
Text: POST /v1/chat/completions
Image: POST /v1/images/generations
Text to video: POST /v1/videos/generations
Video status: GET /v1/videos/jobs/{jobId}
Credits available: GET /v1/account/usage
Trading API
Request a route: POST /v1/trade/quote
Prepare unsigned wallet-ready steps: POST /v1/trade/transaction
Read settlement status: GET /v1/trade/status/{requestId}
Axe never receives wallet private keys or broadcasts transactions for the wallet.