API Reference
Endpoints
- Actions
- Agents
- Call Now
- Calls
- Campaigns
- Chat
- Chat Widget
- Knowledge Base
- Lead Lists
- Leads
- Mentions
- Phone Numbers
- Reports
- Roles
- Scripts
- Voices
- Webhooks
Chat Widget
Create Widget Config
POST
/
v1
/
chat-widget
Copy
Ask AI
curl --request POST \
--url https://api.eqho.ai/v1/chat-widget \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '{
"additional_config": {
"allowed_origins": [
"http://localhost",
"https://example.com"
],
"bubbleColor": "#000000",
"greetings": "Hello, how can I help you today?",
"headerColor": "#000000",
"themeColor": "#000000"
}
}'
Copy
Ask AI
{
"additional_config": {
"allowed_origins": [
"http://localhost",
"https://example.com"
],
"bubbleColor": "#000000",
"greetings": "Hello, how can I help you today?",
"headerColor": "#000000",
"themeColor": "#000000"
}
}
Authorizations
Body
application/json
Response
200
application/json
Successful Response
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request POST \
--url https://api.eqho.ai/v1/chat-widget \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '{
"additional_config": {
"allowed_origins": [
"http://localhost",
"https://example.com"
],
"bubbleColor": "#000000",
"greetings": "Hello, how can I help you today?",
"headerColor": "#000000",
"themeColor": "#000000"
}
}'
Copy
Ask AI
{
"additional_config": {
"allowed_origins": [
"http://localhost",
"https://example.com"
],
"bubbleColor": "#000000",
"greetings": "Hello, how can I help you today?",
"headerColor": "#000000",
"themeColor": "#000000"
}
}
Assistant
Responses are generated using AI and may contain mistakes.