> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wadial.com/llms.txt
> Use this file to discover all available pages before exploring further.

# WADial documentation

> Buy WhatsApp session capacity, create tokens, scan devices, and send messages through WADial.

WADial is a WhatsApp session platform for teams that need API-controlled messaging.

Each WhatsApp session costs `$0.50` for 30 days beginning when payment succeeds. Buying another session creates a separate slot; it does not extend an existing token.

WADial is an independent service and is not affiliated with or endorsed by WhatsApp or Meta. You are responsible for your connected accounts, recipients, and use of the service.

## What you can do

* Register and log in to the dashboard.
* Buy monthly WhatsApp session capacity.
* Create a token for each WhatsApp session.
* Scan a QR code or request a pairing code.
* Send text messages through connected sessions.
* List, copy, and delete tokens.

## API shape

All stable API routes live under `/api/v1`.

Success responses are wrapped in a `data` envelope:

```json theme={null}
{
  "data": {}
}
```

Errors use RFC 9457 Problem Details with `application/problem+json`.
