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

# Introduction

> Wassly API documentation

<Note>
  You need an apikey and a user account to be able to use these APIs, Register your account on [Wassly](https://www.wassly.com/), subscripe and connect your Whatsapp account using web integration throught QR code, or through Meta offical API.
</Note>

## Welcome

**Wassly API** provides a comprehensive set of RESTful endpoints designed to support the Wassly platform’s core functionalities, including authentication, user management, client operations, contacts, devices, media uploads, and system integrations.

Authentication requirements are documented per endpoint.

***

## Request & Response Format

### Request Formats

Requests that include a body may use one of the following formats:

* `application/json`
* `multipart/form-data` (for file uploads)
* `application/x-www-form-urlencoded`

### Response Format

All responses are returned in **JSON format** and typically follow this structure:

```json theme={null}
{
  "status": true,
  "message": "Operation completed successfully",
  "data": {}
}
```
