curl --request GET \ --url https://api.eqho.ai/v1/chat-widget/{widget_config_id} \ --header 'X-API-KEY: <api-key>'
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" }}
curl --request GET \ --url https://api.eqho.ai/v1/chat-widget/{widget_config_id} \ --header 'X-API-KEY: <api-key>'
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.