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 Documentation

Endpoints

POST /models/Load a model into the registry
POST /explain/Run an XAI method on a loaded model
POST /explain/compareCompare multiple methods
GET /methods/List all available XAI methods
POST /visualize/Generate attribution visualizations
GET /usage/meCheck your usage and quota