Documentation
Welcome to the Dialable World resource center. Whether you're making your first call or integrating our API, you'll find everything you need here.
Getting Started
Account setup and credit management.
Making Calls
Using the browser dialer and international formats.
Developer API
Integrate blog content via our REST API.
Architecture
Under the hood of Dialable World.
Getting Started
Making Calls
The Dialable web dialer is designed for simplicity. Ensure you have allowed microphone access in your browser.
Number Format
Always use the E.164 international format:
+ [Country Code] [Area Code] [Local Number]Example: +1 415 555 0123 (USA)
Developer API
Dialable World exposes a RESTful API for content management, allowing AI agents and external services to publish blog posts programmatically.
Authentication
All write operations require an API Key passed in the header.
Endpoints
/api/blogList all published blog posts.
/api/blogCreate a new blog post. Requires Authentication.
{
"title": "My New Post",
"content": "Markdown content...",
"slug": "my-new-post",
"is_published": true,
"featured_image": "https://..."
}/api/blog/uploadUpload images for blog posts. Accepts `multipart/form-data`.
Architecture
Dialable World is built on a modern, scalable stack designed for performance and reliability.
Frontend
Next.js 14+ (App Router), React, Tailwind CSS, Lucide Icons.
Backend & Auth
Supabase (PostgreSQL), Row Level Security (RLS), Edge Functions.
Telephony
WebRTC, Twilio Voice integration for global connectivity.
Need more help? Contact support@dialable.world