Ask natural-language questions about your team, employees, tasks, and organization. Uses Google Gemini with full org context. Admin only. Rate limited to 30 req/15min.
Request
Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
Body Params application/jsonRequired
Example
{"question":"Who are our top performers this month and what tasks did they complete?"}
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 POST '/ai/chat' \
--header'Authorization: Bearer <token>' \
--header'Content-Type: application/json' \
--data-raw'{
"question": "Who are our top performers this month and what tasks did they complete?"
}'
Responses
🟢200
application/json
AI-generated answer
Body
Example
{"success":true,"data":{"answer":"Based on your organization's data, your top performers this month are:\n\n1. **Jane Smith** (Frontend Engineer) - Completed 6 out of 8 tasks with a 92.5% productivity score. Notable completions include the Dashboard UI and Design System implementation.\n\n2. **Bob Johnson** (Backend Engineer) - Completed 5 out of 6 tasks with 85% productivity. Key deliverables were the REST API and database optimization.\n\nRecommendation: Consider recognizing their contributions in the next team meeting."}}