Process Extraction To Session
Process an extraction into a session for lead personalization.
This endpoint converts the stored extraction data (ZIP) to Excel format and processes it through the standard session-based pipeline.
Args: extraction_id: The ID of the extraction to process request: Processing configuration including session ID current_user: Authenticated user information settings: Application settings
Returns: Processing status and results
Raises: HTTPException: If extraction not found, access denied, or processing fails
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Response
Successful Response
Response model for extraction processing.