/
IN
insighto
/
Ragify
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 11h ago · Updated 2w ago
View markdown
insighto
Ragify
post
Create Assistant
v2
latest
OpenAPI 3.1.0
2026-07-26
231
357
386.7 KB
Agency
18
Agency Analytics
3
Agency Billing
11
Analytics
2
Assistant
10
get
Get List Of Assistants
post
Create Assistant
get
Get Assistant By Id
put
Update Assistant By Id
delete
Delete Assistant By Id
post
Add Datasource To Assistant
post
Add Intent To Assistant
get
Get List Of Widgets Linked To Assistant Id
get
Get List Of Data Sources Linked To Assistant Id
get
Get List Of Intents Linked To Assistant Id
Billing
1
Calendar Pool
11
Calling
3
Campaign
12
Channel
10
Contact
6
Conversation
8
Conversation Flow
5
Custom Field
5
Data Source
12
Form
9
Intent
7
Log
5
Messaging
3
Outbound Webhook
7
Prompt
5
Provider
6
Tag
14
Tool
16
Tool Function
5
User
14
Voice
9
Widget
5
Wizard
1
Workflow
8
Webhooks
post
Captured Form Created
post
Captured Form Updated
post
Conversation Closed
post
Conversation Updated
Assistant
Create Assistant
Create a new assistant
post
/api/v1/assistant
Request body
IAssistantCreate
required
assistant_type
'simple'
|
'chat'
|
'phone'
|
'nl2sql'
|
'realtime_openai'
required
llm_model
'gpt-4-0125-preview'
|
'gpt-3.5-turbo-0125'
|
'gpt-3.5-turbo-1106'
|
'gpt-3.5-turbo'
|
'gpt-4-1106-preview'
|
'gpt-4o-2024-05-13'
|
'gpt-4o-mini'
|
'llama-3.1-70b-versatile'
|
'gpt-4o-realtime-preview'
|
'gpt-4o-mini-realtime-preview'
|
'deepseek-r1-distill-llama-70b'
|
'o3-mini'
|
'gpt-5.4-mini'
required
name
string
nullable
description
string
nullable
attributes
object
system_prompt
string
nullable
voice
boolean
nullable
custom_voice
boolean
nullable
voice_languages
unknown[]
org_id
string
uuid
nullable
show_images
boolean
nullable
hide_ds
boolean
nullable
webhook_id
string
uuid
nullable
has_human_agent
boolean
nullable
use_tools
boolean
nullable
conversation_flow_id
string
uuid
nullable
Response
Successful Response
IPostResponseBaseIAssistantRead
required
message
string
nullable
meta
union
data
IAssistantRead