Skip to main content
POST
/
api
/
v1
/
user-extractions
/
{extraction_id}
/
process
Process Extraction To Session
curl --request POST \
  --url https://api.example.com/api/v1/user-extractions/{extraction_id}/process \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "session_id": "<string>",
  "sheet_config": {}
}
'
{
  "session_id": "<string>",
  "status": "<string>",
  "leads_queued": 123,
  "file_info": {},
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://bavlio.mintlify.app/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

extraction_id
string
required

Body

application/json

Request model for processing an extraction into a session.

session_id
string
required

Session ID to process the extraction into

sheet_config
Sheet Config · object

Optional configuration for multi-sheet processing

Response

Successful Response

Response model for extraction processing.

session_id
string
required

Session ID where data was processed

status
string
required

Processing status

leads_queued
integer
required

Number of leads queued for processing

file_info
File Info · object
required

Information about the processed file

message
string
required

Success message