Create an enrichment session from a saved extraction.
This endpoint converts an extraction (stored as JSON in Supabase storage) into a new enrichment session with associated dataset and dataset_rows.
Flow:
Args: extraction_id: The ID of the extraction to convert current_user: Authenticated user information cache: Redis cache instance settings: Application settings
Returns: CreateSessionResponse with session_id and metadata
Raises: HTTPException: If extraction not found, access denied, or processing fails
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.