POST
/
conversation_api
curl --request POST \
  --url https://botsettings.messagesimproved.com/conversation_api
{
  "status": "success",
  "message": "Request processed successfully"
}

Query Parameters

input
string
required

The input message from the user.

bot
string
required

The name of the bot handling the conversation.

creator
string
required

Email of the creator of the request.

api_key
string
required

API key for authentication.

user_id
string
required

Unique identifier for the user.

user_phone
string

Phone number of the user.

refresh
boolean

Indicates if the request is a refresh request. Default is false.

Example:

false

model
string

The model to use for the conversation. Default is gpt4.

Example:

"gpt4"

Response

200
application/json

Successfully processed the request

The response is of type object.

POST
/
conversation_api
curl --request POST \
  --url https://botsettings.messagesimproved.com/conversation_api
{
  "status": "success",
  "message": "Request processed successfully"
}

Query Parameters

input
string
required

The input message from the user.

bot
string
required

The name of the bot handling the conversation.

creator
string
required

Email of the creator of the request.

api_key
string
required

API key for authentication.

user_id
string
required

Unique identifier for the user.

user_phone
string

Phone number of the user.

refresh
boolean

Indicates if the request is a refresh request. Default is false.

Example:

false

model
string

The model to use for the conversation. Default is gpt4.

Example:

"gpt4"

Response

200
application/json

Successfully processed the request

The response is of type object.