Skip to main content
POST
/
api
/
v1
/
sessions
/
{session_id}
/
process
Start session processing
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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

session_id
string
required

Response

Successful Response

Response model for starting processing.

session_id
string
required

Session identifier

status
string
required

Processing status

leads_to_process
integer
required

Number of leads to process

message
string
required

Status message