curl --request POST \
--url https://api.example.com/api/projects/generate{
"projects": [
{
"complexity": "beginner",
"description": "<string>",
"estimated_hours": 2,
"problem_statement": "<string>",
"skills_demonstrated": [
"<string>"
],
"target_roles": [
"<string>"
],
"tech_stack": [
"<string>"
],
"title": "<string>",
"why_impressive": "<string>"
}
],
"model_name": "<string>"
}Generate portfolio project ideas from indexed learnings.
curl --request POST \
--url https://api.example.com/api/projects/generate{
"projects": [
{
"complexity": "beginner",
"description": "<string>",
"estimated_hours": 2,
"problem_statement": "<string>",
"skills_demonstrated": [
"<string>"
],
"target_roles": [
"<string>"
],
"tech_stack": [
"<string>"
],
"title": "<string>",
"why_impressive": "<string>"
}
],
"model_name": "<string>"
}writing, technical medium, high, x_high