cURL
curl --request POST \ --url https://api.mapademics.com/v1/courses/{courseId}/sections \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "Fall 2024 - Section A", "description": "<string>", "instructorId": "<string>", "syllabusHref": "<string>" } '
{ "id": "<string>", "courseId": "<string>", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "organizationId": "<string>", "description": "<string>", "instructorId": "<string>", "syllabusHref": "<string>", "skills": [ { "skillId": "<string>", "level": 3, "skillName": "<string>", "confidence": 0.5 } ], "deletedAt": "2023-11-07T05:31:56Z" }
Creates a new section for an existing course
API key for authentication
Unique identifier for the course
Section name
"Fall 2024 - Section A"
Section description
Instructor ID
URL to section syllabus PDF
Section created successfully
Extracted skills from syllabus
Show child attributes
Was this page helpful?