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

# Introduction

> Overview of the Telewing Public API

The Telewing Public API lets developers integrate wallet, virtual number rentals (Worldwide and USA), and SMM (Social Media Marketing) boosting services into their own applications.

## Base URL

```text theme={null}
https://api.telewing247.com/api/v1/public
```

## Content type

All requests and responses use JSON. Set the following headers on every request:

| Header         | Value                                    |
| -------------- | ---------------------------------------- |
| `Accept`       | `application/json`                       |
| `Content-Type` | `application/json` (for `POST` requests) |

## Pricing and currency

All prices returned by the API are in Nigerian Naira (NGN). Paid operations (renting numbers, placing SMM orders) deduct the API price from your developer wallet balance.

## Available endpoint groups

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/api-reference/authentication">
    Authenticate with your API key using Bearer tokens.
  </Card>

  <Card title="Wallet & Account" icon="wallet" href="/api-reference/wallet/get-balance">
    Retrieve wallet balance and account profile.
  </Card>

  <Card title="Virtual Numbers - Worldwide" icon="globe" href="/api-reference/virtual-numbers-worldwide/get-countries">
    Rent virtual numbers globally and receive SMS OTPs.
  </Card>

  <Card title="Virtual Numbers - USA" icon="flag-usa" href="/api-reference/virtual-numbers-usa/get-services">
    Rent USA virtual numbers and receive SMS OTPs.
  </Card>

  <Card title="SMM Boosting Services" icon="rocket" href="/api-reference/smm/get-services">
    Place, track, cancel, and refill social media boosting orders.
  </Card>
</CardGroup>
