UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

18 lines 639 B
/** * 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 */ export {}; //# sourceMappingURL=ICreateTranscriptRequestRest_2_0.js.map