How it works

Go live in under 3 minutes

01

Upload your content

Drop in PDFs, docs, or text files. We process them automatically. (30 seconds)

02

Design your widget

Match your brand with custom colors, positions, and styles. (1 minute)

03

Embed and go live

Copy one code snippet to your site. Live in 30 seconds. That's it.

Developer First

For developers who want control.

Build custom integrations, connect to your tools, or create unique chat experiences. RESTful API with streaming, webhooks, and analytics.

curl example
curl -N https://obdal.ai/api/v1/chat \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "message": "Summarize today’s incidents",
    "stream": true
  }'
# SSE stream delivers tokens as they’re generated
JS streaming
// Minimal fetch with streaming
const res = await fetch('/api/v1/chat', {
  method: 'POST',
  headers: {
    'Authorization': `Bearer ${'$'}API_KEY`,
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({ message: 'Hey!', stream: true })
});
// Read chunks as they arrive
for await (const chunk of res.body) {
  console.log(new TextDecoder().decode(chunk));
}

Powerful API

Full programmatic access to chat completions, session management, and usage stats.

Streaming Support

Native Server-Sent Events (SSE) support for typing effects and low-latency interactions.

Secure & Scoped

Granular API keys and allowed origin (CORS) controls to keep your usage secure.

Security & control

Your data stays yours. Built with enterprise-grade security from day one.

Ownership

You own your content. Delete files anytime. Control exactly where your widget appears. No lock-in, ever.

Access controls

Allowed origins and scoped API keys to prevent unauthorized access.

Data control

Full control over your content with transparent retention and source management.

Ready to upgrade your support?

Start using Obdal today to automate conversations and delight your customers with AI-powered support.

Stay updated

Get notified when we announce pricing and new features. No spam, unsubscribe anytime.

Obdal
Obdal

AI-powered support for modern teams

© 2026 Obdal. All rights reserved.