curl --request POST \
--url https://api.example.com/api/v1/sender-profile-chat/start \
--header 'Authorization: Bearer <token>'{
"session_id": "<string>",
"message": {
"role": "<string>",
"content": "<string>",
"id": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"metadata": {}
},
"is_complete": false,
"collected_data": {},
"next_field": "<string>",
"suggestions": [
"<string>"
]
}Start a new chat session for creating a sender profile.
Initiates a conversational interface that guides users through creating a comprehensive sender profile.
Returns: Initial chat message with session ID
curl --request POST \
--url https://api.example.com/api/v1/sender-profile-chat/start \
--header 'Authorization: Bearer <token>'{
"session_id": "<string>",
"message": {
"role": "<string>",
"content": "<string>",
"id": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"metadata": {}
},
"is_complete": false,
"collected_data": {},
"next_field": "<string>",
"suggestions": [
"<string>"
]
}Documentation Index
Fetch the complete documentation index at: https://docs.bavlio.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Response model for chat interactions.
Represents a single message in the chat conversation.
Show child attributes
Whether profile collection is complete
All collected profile data so far
The field we're expecting next
Suggested responses or examples