Returns an AI-generated daily insight based on organization performance data. Provides actionable recommendations. Admin only. Cached for 24 hours.
Request
Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
Query Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/ai/daily-insight?refresh' \
--header'Authorization: Bearer <token>'
Responses
🟢200
application/json
Daily insight
Body
Example
{"success":true,"data":{"insight":"Your team completed 72% of assigned tasks this week — up 8% from last week. The Engineering department leads with 85% completion. However, 3 high-priority tasks are overdue in the Design department. Recommendation: Schedule a quick sync with the Design team to unblock their deliverables and consider redistributing workload."}}