UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

22 lines 768 B
"use strict"; /** * POST /testing/v1/transcript-upload * * Upload a single transcript file for parsing and content extraction. * This is the second step in the three-step workflow. * * The file is streamed and then: * 1. Read back from storage * 2. Parsed based on file type (CSV) * 3. Analyzed for speaker labels (Agent/Customer) * 4. Stored as structured data (keyed by requestId) * * Multiple files can be uploaded by calling this endpoint multiple times with the same requestId. * * Note: This endpoint uses multipart/form-data for file uploads. * * operationId: uploadTranscriptFile * tags: Transcript Scenario Generation */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=IUploadTranscriptFileRest_2_0.js.map