v1
latestOpenAPI 3.0.0Cognigy Proprietary License2026-07-2239524.1 MBTranscript Scenario Generation
Generate scenarios from uploaded transcripts
Generate 3 distinct simulation scenarios from previously uploaded and parsed transcript files. This is the third and final step in the three-step workflow.
The endpoint:
- Retrieves all uploaded files from Redis for the given requestId
- Combines all transcript content
- Validates minimum word count
- Calls the LLM via RPC to generate 3 scenarios
- Cleans up Redis data after successful generation
Each generated scenario includes a simulationName, personaName, personaDescription, mission, and success criteria - ready to be used for creating simulations.
post/v1/generate-from-transcript
Query parameters
projectIdstring
Project identifier
Request body
Response
Scenarios generated successfully