Cloud API
GPU-powered XAI in a single request. Load models, run 40+ attribution methods, and get results via REST.
Quick Start
# Install
pip install xaitalk[all]
# Register for an API key
curl -X POST "https://api.xaitalk.com/usage/register" \
-H "Content-Type: application/json" \
-d '{"email": "you@example.com"}'
Interactive Docs
Full Swagger UI with all endpoints, schemas, and try-it-out functionality.
Open API DocumentationEndpoints
POST /models/Load a model into the registryPOST /explain/Run an XAI method on a loaded modelPOST /explain/compareCompare multiple methodsGET /methods/List all available XAI methodsPOST /visualize/Generate attribution visualizationsGET /usage/meCheck your usage and quota