/
IN
insighto
/
Ragify
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 4h ago · Updated 1mo ago
Details
Filter operations
Agency
18
Agency Analytics
3
Agency Billing
11
Analytics
2
Assistant
10
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
post
Create Provider
get
Read Provider List
get
Read Provider List By Provider Name
get
Get Provider By Id
put
Update Provider By Id
delete
Delete Provider By Id
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
Provider
Create Provider
Create a new Provider
post
/api/v1/provider
Request body
IProviderCreate
required
org_id
string
uuid
nullable
name
string
nullable
required
provider_key
string
nullable
required
provider_name
'openai'
|
'elevenlabs'
|
'azure_speech'
|
'cartesia'
|
'playht'
attributes
object
status
boolean
nullable
Response
Successful Response
IPostResponseBaseIProviderCreate
required
message
string
nullable
meta
union
data
IProviderCreate
Changes