Skip to content

๐Ÿงช API Playground

Use this simple interactive playground to test the /chat/send endpoint directly from your browser.

๐Ÿ’ก This demo uses JavaScript fetch() to simulate API calls. Replace the placeholder API key before using.


๐Ÿ”ง Try the Chat API

Message Input

๐Ÿงช API Playground (Mocked)





  

๐Ÿ›‘ Security Notice

This playground is for demo purposes only. Do not expose your real API key in production or share it in public code.

For production use :

  • Always secure API keys on the server side.
  • Rate-limit interactive endpoints.
  • Sanitize and validate all inputs.

โœ… Next Steps

  • Explore more code examples
  • Review error handling
  • Learn how to integrate real-time webhooks