Create scenarios from call logs in background using Celery tasks. Returns a progress_id immediately for tracking progress.
API Key Authentication. It should be included in the header of each request.
Agent ID, required if assistant_id is not provided
Example: 2142
Assistant ID, required if agent_id is not provided
Example: asst_1234567890
List of call log IDs to create scenarios from. Can also be the string "all" to process all call logs.
Example: [1, 2, 3] or "all"
Optional agent ID to copy created scenarios to
Example: 2142
Unique identifier for tracking the progress of scenario creation