Start Source Creator from Detection Session
File
Start Source Creator from Detection Session
Launches the Source Creator wizard inline from an existing file detection session.
POST
Start Source Creator from Detection Session
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
This is used when the file detection flow returns low source confidence (sourceCreatorEligible: true
in the upload-url response) and the user opts to create a new source rather than
selecting an existing one.
The endpoint reuses the parsedFileData (headers, sample rows) already stored on
the detection session, so no file re-upload or re-parsing is needed.
Flow:
POST /file/upload-urlreturnsdetectionResults.sourceCreatorEligible: true- Client calls this endpoint to start the Source Creator wizard
- User completes the wizard (AI mapping → query generation → save)
- Client calls
POST /file/confirm-detection/{sessionId}withsourceCreatorSessionId - File proceeds to processing queue
- Required role:
useror higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
File detection session ID