curl --location --request POST '/ai/learningPaths/generate' \
--header 'Content-Type: application/json' \
--data-raw '{
"instructions": {
"general": "string",
"images": "string"
},
"files": [
"FUMzPf00hz_kcj2R2Hlzq"
],
"pauseAfterSteps": [
"string"
],
"content": {
"sections": 3,
"types": {
"slides": true,
"quizzes": true
},
"text": {
"language": "en",
"tone": {
"formality": 1,
"humor": 1,
"respect": 1,
"enthusiasm": 1
}
},
"image": {
"style": "string"
},
"theme": {
"id": "string",
"defaultLayoutId": "string",
"layoutStrategy": "unit"
}
}
}'