curl -X GET https://api.sitespeak.ai/v1/{chatbot_id}/prompts \ -H "Accept: application/json" \ -H "Authorization: Bearer YOUR_API_TOKEN"
Returns the suggested messages for the chatbot
[ { "id": "", "chatbot_id": "", "name": "Pricing Plans", "prompt": "How much does it cost to use your service?", "type": "ai", "action": null, "created_at": "2023-10-05T13:36:59.000000Z", "updated_at": "2023-10-05T13:36:59.000000Z" }, { "id": "", "chatbot_id": "", "name": "", "prompt": "", "type": "ai", "action": null, "created_at": "2023-10-05T13:36:45.000000Z", "updated_at": "2023-10-05T13:36:45.000000Z" } ]