Skip to main content
POST
/
api
/
v1
/
user-extractions
/
{extraction_id}
/
create-session
Create Session From Extraction
curl --request POST \
  --url https://api.example.com/api/v1/user-extractions/{extraction_id}/create-session \
  --header 'Authorization: Bearer <token>'
{
  "session_id": "<string>",
  "dataset_id": "<string>",
  "leads_count": 123,
  "status": "<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

Response

Successful Response

Response model for creating a session from an extraction.

session_id
string
required

Created session ID

dataset_id
string
required

Created dataset ID

leads_count
integer
required

Number of leads loaded

status
string
required

Session status