Test the ReplyHub API without signing up. Get your own assistant in 60 seconds.
Test with your own API key and assistant ID, or sign up to create one in 60 seconds.
curl -X POST /api/webhook/ai-assistant \ -H "Content-Type: application/json" \ -H "x-api-key: YOUR_API_KEY" \ -d '{ "assistantId": "YOUR_ASSISTANT_ID", "input": "Hello, what can you help me with?", "responseFormat": "text" }'