Upload and parse a transcript file
Upload a single transcript file for parsing and content extraction. This is the second step in the three-step workflow.
The file is streamed directly to Redis via the streamUpload middleware, then:
- Read back from Redis
- Parsed based on file type (PDF, CSV, DOCX)
- Analyzed for speaker labels (Agent/Customer)
- Stored as structured data in Redis (keyed by requestId)
Multiple files can be uploaded by calling this endpoint multiple times with the same requestId. The generate endpoint retrieves all files for the request by requestId.
Authorizations
JWT Bearer Token for authentication
Query Parameters
Project identifier
Body
Response
File uploaded and parsed successfully
Unique file identifier
Original file name
File size in bytes
Detected file type
pdf, csv, docx Length of extracted text content