/
FL
fluentea
/
Aurqa Language Learning Platform - Refactored
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 9h ago · Updated 9h ago
Details
Filter operations
activity-tracking
10
admin
31
admin-fixes
1
ai-voice
16
analytics
15
assessment
10
auth
23
badges
3
blog
7
bookings
13
bot
8
call
19
get
Get Call Session By Message
get
Get User Call Sessions
post
Create Call Session
put
Update Session Room
put
Update Session Transcription Language
post
Add Call Participant
put
End Call Session
get
Get Call Effective Limit
get
Get Call Summary
post
Submit Call Rating
post
Record Detailed Report Access
get
Check Transcript Exists
get
Get Call Transcript
put
Update Call Transcript
put
Update Transcription State
post
Manual Cleanup Orphaned Sessions
post
Heartbeat Call Session
post
Cleanup Orphaned Token Reservations
get
Token Economy Health Check
call-assistance
9
canasta
10
chacha-matches
4
chacha-memory
2
channels
13
chat
28
chatrooms
64
daily-popup
4
dashboard
2
data-breach
8
deepgram-transcription
6
deepgram-websocket
2
early-access
5
enhanced-flashcards
19
events
9
feedback
7
games
8
gcal-addon
8
help
1
homework
5
instant-match
9
instant-match-calls
4
invites
7
learning
24
lesson-threads
8
lessons
33
marketing
2
matching
6
mercadopago
3
notifications
17
oauth
15
onboarding
15
organizations
112
peer-calls
7
play-billing
2
polls
7
presence
5
progress
1
quick-call
5
reading
17
realtime-transcription
6
reports
6
signup-flow
6
subscriptions
17
system
4
teababes-internal
1
teaching-feedback
9
translation
7
try-chacha
3
tutor
73
upload
7
user-moderation
5
users
44
version
1
video
12
voice
19
word-of-day
83
get
Health Check
get
Readiness Check
get
Detailed Health Check
get
Get Version
get
Root
get
Serve Welcome Audio
post
Translate Text
post
Chat With Ai
call
calls
Create Call Session
Create a new call session
post
/call/sessions
Request body
CreateCallSessionRequest
required
conversation_id
string
nullable
call_type
string
user1_id
string
nullable
user2_id
string
nullable
call_id
string
nullable
call_mode
string
nullable
language_for_practice
string
nullable
exchange_switch_at_seconds
integer
nullable
Response
Successful Response
CallSessionResponse
required
id
string
required
conversation_id
string
required
start_time
string
date-time
required
end_time
string
date-time
nullable
duration_seconds
integer
call_type
string
status
string
participants
string[]
participant_info
CallSessionParticipant[]
nullable
Changes