Overview
The Moda Data API provides read access to your conversation analytics data. Use it to programmatically query conversations, monitor user frustration, investigate tool failures, and explore topic clusters.Access Methods
CLI
Query your analytics directly from the terminal. Search conversations, investigate frustrations, debug tool failures.
REST API
Direct HTTP access to all Data API endpoints. Authenticate with your Moda API key.
Available Data
Authentication
All Data API access requires a Moda API key. Get yours from Settings. The API key is passed as anx-api-key header for REST requests, or as the MODA_API_KEY environment variable for the CLI.
The Data API is read-only. To send conversation data to Moda, see the Ingestion docs.