Endpoints
Chat
- Create completions
- Documentation: Conductify AI API Reference
- Description: This API is used to send a message to a specific conversation and get the response from the bot
- URL: https://api.conductify.ai/external/v1/chat/completions
- Method: POST
- Content Type: application/json
- Create message sent by admin
- Documentation: Conductify AI API Reference
- Description: This API is used to create a message sent by admin
- URL: https://api.conductify.ai/external/v1/chat/admin/send
- Method: POST
- Content Type: application/json
Conversation
- Update information of conversation
- Documentation: Conductify AI API Reference
- Description: This API is used to update the information of a specific conversation
- URL: https://api.conductify.ai/external/v1/conversation/update
- Method: PUT
- Content Type: application/json
History
- Get history of conversation
- Documentation: Conductify AI API Reference
- Description: This API is used to get the history of a specific conversation
- URL: https://api.conductify.ai/external/v1/history/get
- Method: GET
- Content Type: application/json