MyOpenAI API
# Chat API Documentation ## Overview This API provides a chatbot interface that maintains conversation context and uses OpenAI's GPT model to generate responses. ## Base URL `https://myopenaiapi-83e654b65f9f.herokuapp.com//chat` ## Endpoints ### POST /chat Create a new chat message or continue an existing conversation. #### Request - Method: POST - Content-Type: application/json ##### Parameters…
MyOpenAI API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Text to speech API /text-to-speech |
This API takes query of the user and responds back to user by using the openai API chatbot. |
| POST |
Speech to Text API /speech-to-text |
This Endpoint is taking the speech or audio file as an input and response with text, connects to openai API for this. |
| POST |
Chatbot with OpenAI model /chat |
General chat bot which connects with OpenAI API |