Cati Docs home page
Search...
⌘K
Support
Website
Website
Search...
Navigation
API Documentation
Introduction
Guides
API Reference
Documentation
Support
Status
API Documentation
Introduction
User authentication
Authentication & Users
POST
Register assistant
POST
Register app user
POST
Send SMS code
POST
Login app user
POST
Connect with app
POST
Get user id
POST
Update user basic data
POST
Update phone number
POST
Send reset SMS
POST
Check reset SMS
POST
Perform password reset
Connection
POST
Connected users
POST
Connected assistants
POST
Get assistant code
Media
POST
Send an image
POST
Send an audio
POST
Receive images
POST
Receive audios
POST
Receive media (mobile)
Contacts
POST
Get contacts (dock)
POST
Get contacts (mobile)
POST
Create contact (mobile)
POST
Edit contact (mobile)
POST
Delete contact (mobile)
Users
POST
Get owner users
GET
Latest active users
Rooms
POST
Join a room
POST
Send a heartbeat
POST
Send a videocall push
Music
GET
Song search
GET
Song URL
GET
Artist songs
Calendar
POST
Get events
POST
Add event
POST
Delete event
POST
Get events (mobile)
POST
Add event (mobile)
POST
Update events (mobile)
On this page
Authentication
API Documentation
Introduction
API endpoints introduction
We use a unified API across our assistant and our connected mobile app. Some endpoints add the mobile suffix to indicate that they’re mobile specific
Authentication
Almost all API endpoints reqire authentication, using a
token
parameter that represents a user identity.
Copy
{
"token"
:
"**********"
}
User authentication
Assistant
Responses are generated using AI and may contain mistakes.