API Console
Test API endpoints directly from your browser. Execute requests and see responses in real-time.
Request
Enable to send a JSON body with your request
Response
Quick Start
- Select the HTTP method (GET, POST, PUT, DELETE)
- Enter the endpoint path (e.g., /sessions/:id/send-message)
- Add request body for POST/PUT requests
- Click Execute to send the request
- View the response in the Response tab
Example Endpoints
POST /sessions/:id/send-message- Send a messageGET /sessions/:id/status- Check session statusPOST /sessions/create- Create new sessionDELETE /sessions/:id- Delete session