API Reference — Explainable AI
Complete REST API documentation for the Explainable AI platform.
- Inference — POST /api/v1/models/:id/run — single prediction with explanation.
- Batch inference — POST /api/v1/models/:id/run/batch — up to 100 inputs per call.
- Model list — GET /api/v1/models — browse all accessible models.
- Training jobs — POST /api/v1/training-jobs — submit a new training job.
- API keys — manage keys for programmatic access from your account.
Read the full API reference at explainableai.app/api