Configuration Analysis
Configurations
Configuration Analysis
Generates an AI-powered analytics report for all completed transcriptions under a configuration.
POST
Configuration Analysis
The AI output language is controlled by
analytics_language on the Configuration. Set it to "df" for auto-detection based on the most prevalent transcription language.Only completed transcriptions are included in the analysis. Pending, processing, or failed transcriptions are excluded.
If no completed transcriptions exist for the configuration, the endpoint returns
200 OK with {"data": {"message": "No completed transcriptions found to analyze."}} — not an error.The
actionable_insights and executive_narrative fields in ai_insights are Markdown-formatted strings, not structured objects. Render them accordingly.