cURL
curl --request POST \ --url https://api.optimix.app/v1/conversation/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "message": "<string>", "prompt_id": "<string>", "conversation_id": "<string>" }'
{ "data": { "conversation_id": "<string>", "output": "<string>", "log_id": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Input for Conversation
The body is of type object.
object
Successful Response
The response is of type object.