curl --request POST \
--url https://api.example.com/api/v1/sessions/{session_id}/process \
--header 'Authorization: Bearer <token>'{
"session_id": "<string>",
"status": "<string>",
"leads_to_process": 123,
"message": "<string>"
}Start background processing of all queued leads in a session
curl --request POST \
--url https://api.example.com/api/v1/sessions/{session_id}/process \
--header 'Authorization: Bearer <token>'{
"session_id": "<string>",
"status": "<string>",
"leads_to_process": 123,
"message": "<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.