Reference
Conversations

You interact with AI characters by having conversations with them. Messages get sent and received within conversations.

Create Conversation

POST /conversations
curl -L \
-X POST \
-H "Authorization: Bearer 66563d92e59961d11fc67a39" \
https://messaging-api.useproteus.ai/conversations \
-d '{"characterId":"659a21168ad10b77542a3587"}'

Get Conversation

GET /conversations/{{conversation_id}}
curl -L \
-X GET \
-H "Authorization: Bearer 66563d92e59961d11fc67a39" \
https://messaging-api.useproteus.ai/conversations/661174a67e9ce0299b57d280

© 2024 ProteusAI. All rights reserved