๐งช 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