Packaged Experiences
Three advanced wrappers create a Technical Session from a larger input and requested output set:
POST /v1/documentwithDocumentRequestPOST /v1/training-packagewithTrainingPackageRequestPOST /v1/curriculumwithCurriculumRequest
These operations are verified in the curated OpenAPI contract, but their success responses currently have no declared response models. Use the API Reference for exact request properties and avoid building a generated client around undocumented response shapes.
Packaged Experiences are not the recommended first integration. Start with POST /v1/tutor, inspect validation, and use session orchestration before adopting wrapper-specific outputs.