---
title: "Documentation — WAME API"
description: "Complete WAME API documentation. SDKs, Swagger, Postman and integration guides."
url: "https://api-wa.me/en/docs"
language: "en"
og:type: "website"
og:site_name: "WAME API"
---

DOCS

# Documentação

Tudo que você precisa para integrar o WhatsApp ao seu sistema. SDKs, referência da API e ferramentas.

## SDKs

[REST

### REST API (cURL)

Referência completa da API REST com exemplos cURL. Use com qualquer linguagem.

Ver documentação](https://api-wa.me/en/docs/api)[Oficial

### SDK TypeScript

Client oficial para Node.js e TypeScript. Tipagem completa, exemplos de todas as features.

Ver documentação](https://api-wa.me/en/docs/sdk/ts)[Oficial

### SDK PHP

Client PHP para integração com a API. Compatível com Composer e frameworks populares.

Ver documentação](https://api-wa.me/en/docs/sdk/php)

## Referência & Ferramentas

[### Eventos & Webhooks

Notificações em tempo real: mensagens, status, conexão, chamadas e grupos. Com payloads de exemplo.

Abrir](https://api-wa.me/en/docs/webhooks)[### Swagger / OpenAPI

Documentação interativa da API REST. Teste endpoints diretamente no navegador.

Acessar](https://us.api-wa.me/docs/)[### Postman Collection

Coleção pronta para importar no Postman com todos os endpoints configurados.

Acessar](https://documenter.getpostman.com/view/27660901/2sA3Qs9s7K)[### Contexto para AI

llms.txt otimizado para AI assistants. Cole no Claude, ChatGPT ou Copilot.

Acessar](https://api-wa.me/llms.txt)

### Pronto para começar?

Crie sua conta, conecte uma instância e envie sua primeira mensagem em menos de 5 minutos.

[Começar Agora](https://portal.api-wa.me/sign-up)

## Structured data

```json
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "name": "WAME API",
  "alternateName": "Official and Unofficial API for WhatsApp, Instagram and Messenger",
  "url": "https://api-wa.me",
  "inLanguage": "pt-BR",
  "publisher": {
    "@id": "https://api-wa.me/#organization",
    "@type": "Organization",
    "name": "WAME API",
    "url": "https://api-wa.me"
  }
}
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "@id": "https://api-wa.me/#organization",
  "name": "WAME API",
  "alternateName": [
    "WAME",
    "Wame API",
    "wame.api.br",
    "api-wa.me"
  ],
  "url": "https://api-wa.me",
  "logo": {
    "@type": "ImageObject",
    "url": "https://api-wa.me/images/web-app-manifest-512x512.png",
    "width": 512,
    "height": 512
  },
  "disambiguatingDescription": "WAME API é uma empresa brasileira de software, fundada em 2017 e parceira oficial da Meta (Meta Business Partner), que fornece APIs de WhatsApp, Instagram Direct e Messenger. Não tem relação com o wa.me, que é o encurtador de links operado pela WhatsApp LLC.",
  "identifier": {
    "@type": "PropertyValue",
    "propertyID": "INPI-BR",
    "name": "Pedido de registro de marca (INPI, classe NCL 42)",
    "value": "944724159"
  },
  "foundingDate": "2017",
  "slogan": "Official Meta Partner — WhatsApp, Instagram and Messenger in a single instance. Since 2017.",
  "description": "Brazilian platform and Official Meta Partner (Meta Business Partner) for the official WhatsApp (Cloud API), Instagram Direct and Messenger APIs — all three in a single instance, with the same endpoints and one webhook format. Also offers the unofficial QR Code API on the same platform. On the market since 2017, with over 50,000 instances created, 99.9% uptime and 24/7 human support. Official SDKs for Node.js/TypeScript and PHP.",
  "knowsAbout": [
    "WhatsApp Cloud API oficial (Meta)",
    "API oficial de Instagram (Direct)",
    "API oficial de Messenger",
    "API multicanal Meta",
    "Meta Business Partner",
    "WhatsApp API",
    "API não oficial de WhatsApp",
    "automação de WhatsApp",
    "números virtuais",
    "webhooks"
  ],
  "sameAs": [
    "https://github.com/wame-api",
    "https://www.linkedin.com/company/wameapi",
    "https://www.instagram.com/wame.api/",
    "https://www.youtube.com/@wameapi"
  ],
  "contactPoint": {
    "@type": "ContactPoint",
    "contactType": "customer support",
    "url": "https://api-wa.me/contact",
    "availableLanguage": [
      "Portuguese"
    ]
  }
}
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 0,
      "name": "Home",
      "item": "https://api-wa.me"
    },
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Documentação",
      "item": "https://api-wa.me/docs"
    }
  ]
}
```
