🤖
OpenWA Client Documentation
  • OpenWA Client Documentation
  • Server Side
    • Getting Started
      • Easy API
  • Client Side
    • Overview
    • Quick Start
      • Server
      • User
      • Sender
        • Send Text
        • Send Media
        • Send File
        • Send Contact
Powered by GitBook
On this page
  • Quick API
  • More tutorial visit https://docs.openwa.dev/

Was this helpful?

  1. Server Side
  2. Getting Started

Easy API

PreviousGetting StartedNextOverview

Last updated 4 years ago

Was this helpful?

Quick API

Wanted to create an API out of your WA number? You're in luck!

Basic usage

npx @open-wa/wa-automate -p <listen port>

npx @open-wa/wa-automate -p 8080

How I Can Protect My API?

@open-wa/wa-automate is support API with an api key, so don't worry about your API. Here's usage

npx @open-wa/wa-automate -p <listen port> -k <api key>

npx @open-wa/wa-automate -p 8080 -k "Th1s_i5_My_Ap1_K3y"

More tutorial visit

https://docs.openwa.dev/
screenshot