@cognigy/rest-api-client
Version:
Cognigy REST-Client
19 lines • 705 B
JavaScript
;
/**
* POST /testing/v1/transcript-request
*
* Create a new transcript upload session. This is the first step in the three-step workflow
* for generating scenarios from transcript files.
*
* This endpoint:
* - Creates a new request with a unique ID
* - Checks rate limits per project (max active requests)
* - Returns configuration details (max files, max file size, supported formats)
*
* The returned requestId must be passed in subsequent upload and generation calls.
*
* operationId: createTranscriptRequest
* tags: Transcript Scenario Generation
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ICreateTranscriptRequestRest_2_0.js.map