Trillet AI home page
Expedite Development - Search Trillet...
⌘K
Ask AI
Join Community
Get Started!
Get Started!
Search...
Navigation
Introduction
Documentation
Change Log
API Reference V1
Community
Enterprise
Blog
API Reference V1
API Reference
Authentication
Workspaces
POST
Create Workspace
POST
Invite Team Member
GET
Get Workspace by ID
GET
Get Pending Invitations
PUT
Update Workspace Name
DEL
Delete Workspace
Calls
POST
Initiate Outbound Call
GET
Get Phone Numbers
GET
Get Call Recording
GET
Get a Specific Call History
GET
List Call Histories
Batch Calls
Batch Calls Overview
POST
Start Batch Calls
GET
Get Batch Status
GET
Get Batch Progress
GET
List Batch Calls
GET
Get Individual Call Status
DEL
Cancel Batch Operation
Telephony
POST
Bind Call Flow to Phone Number
POST
Unbind Call Flow from Phone Number
POST
Register External Number
Conversations
POST
Generate Message
POST
Handle Message Action
POST
Edit Customer Details
GET
Get All Conversations
GET
Get Conversations By Flow ID
GET
Get Conversation By ID
DEL
Delete Message
DEL
Delete Conversation
Folder Management
POST
Create Flow Folder
POST
Add Flow to Folder
GET
Get All Folders for Workspace
GET
Get Folder Details with Flows
DEL
Remove Flow from Folder
DEL
Delete Folder
PATCH
Update Folder
Call Flows
POST
Create Call Flow
POST
Upload Knowledge Base File
GET
List Call Flows
GET
Get Call Flow
PUT
Update Call Flow
DEL
Delete Call Flow
DEL
Delete Knowledge Base File
Message Flows
POST
Create Message Flow
GET
List Message Flows
GET
Get Message Flow
PUT
Update Message Flow
PUT
Toggle Autopilot
DEL
Delete Message Flow
Call Agents
POST
Create Call Agent
GET
List Call Agents
GET
Get Call Agent
PUT
Update Call Agent
DEL
Delete Call Agent
Omni Flow Agents (Message)
POST
Create Omni Flow Agent
GET
List Omni Flow Agents
GET
Get Omni Flow Agent
PUT
Update Omni Flow Agent
DEL
Delete Omni Flow Agent
On this page
Welcome
Authentication
Introduction
Example section for showcasing API endpoints
If you’re not looking to build API reference documentation, you can delete this section by removing the api-reference folder.
Welcome
There are two ways to build API documentation:
OpenAPI
and
MDX components
. For the starter kit, we are using the following OpenAPI specification.
Plant Store Endpoints
View the OpenAPI specification file
Authentication
All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
Copy
Ask AI
"security"
: [
{
"bearerAuth"
: []
}
]
Assistant
Responses are generated using AI and may contain mistakes.