curl --request POST \
--url https://api.example.com/api/v1/enrichment-chat/file-uploaded/{session_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}Notify the chat session that a file has been uploaded.
This endpoint is called when a file is uploaded through the chat interface. It stores the file information in the chat context.
Args: session_id: The chat session ID (not the processing session ID) file_info: Information about the uploaded file
Returns: Confirmation message
curl --request POST \
--url https://api.example.com/api/v1/enrichment-chat/file-uploaded/{session_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}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.