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

To start using Dialable World, you simply need to sign in using your Google or Apple account.

Credits & Billing

  • New accounts may start with a trial balance.
  • Calls are billed per minute based on the destination country's rate.
  • Check usage in your Dashboard.

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.

x-api-key: <YOUR_SECRET_KEY>

Endpoints

GET/api/blog

List all published blog posts.

POST/api/blog

Create a new blog post. Requires Authentication.

{
  "title": "My New Post",
  "content": "Markdown content...",
  "slug": "my-new-post",
  "is_published": true,
  "featured_image": "https://..."
}
POST/api/blog/upload

Upload 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