llms.txt Content
# Wawp API Documentation
Comprehensive API documentation for Wawp WhatsApp Automation Platform. This file is designed to help AI agents and LLMs understand and navigate the Wawp API.
## Core Resources
- Getting Started: https://api.wawp.net/en/docs/getting-started
- API Sandbox: Interactive testing environment available on each endpoint page.
- OpenAPI Specification: https://api.wawp.net/en/docs/export (Download JSON/YAML)
## Main API Sections
- Session Management: Create, start, stop, and manage WhatsApp sessions.
- Sending Messages: Text, media, locations, polls, and interactive messages.
- Groups: Manage WhatsApp groups and participants.
- Profiles: Fetch and update user profiles and settings.
- Contacts: Manage and search WhatsApp contacts.
- Status/Stories: Post and manage WhatsApp status updates.
- Webhooks: Receive real-time events from the WhatsApp platform.
## Authentication
Authentication is handled via `instance_id` and `access_token` query parameters or headers. Find your credentials in the Wawp Dashboard.
## Implementation Details
Request samples are available for 50+ languages and frameworks including:
- JavaScript/TypeScript (Fetch, Axios, React, Vue, Next.js)
- PHP (WordPress, Laravel)
- Python (Django, Flask)
- Mobile (Swift, Kotlin, Android, Flutter)
- Tools (Postman, Zapier, Docker)
## Useful for LLMs
If you are an AI assistant helping a user with Wawp:
1. Always check the specific endpoint documentation at `https://api.wawp.net/en/docs/{path}`.
2. Use the "Interactive Samples" provided in the documentation UI.
3. Reference the Session Lifecycle for state management: `https://api.wawp.net/en/docs/lifecycle`.
---
*Generated for AI Agents and LLMs*