# Mapademics ## Docs - [Course Management](https://docs.mapademics.com/academic-data/course-management.md): Course creation, editing, and relationship to programs - [Instructor Management](https://docs.mapademics.com/academic-data/instructor-management.md): Adding, editing, and assigning instructors to course sections - [Managing Course Sections](https://docs.mapademics.com/academic-data/managing-course-sections.md): Section-based syllabus management, instructor assignments, and skills processing - [Managing Academic Programs](https://docs.mapademics.com/academic-data/managing-programs.md): Complete guide to creating, editing, and organizing educational programs in Mapademics - [Stackable Credentials](https://docs.mapademics.com/academic-data/stackable-credentials.md): Create and manage industry certifications and micro-credentials by combining course sections to define educational pathways - [Monitoring Background Jobs](https://docs.mapademics.com/admin/monitoring-background-jobs.md): Real-time job status tracking and troubleshooting - [Organization Configuration](https://docs.mapademics.com/admin/organization-configuration.md): Configure organization-level settings, AI models, and processing preferences - [Managing Users](https://docs.mapademics.com/admin/user-management.md): Add, remove, and manage user permissions in your organization - [Create](https://docs.mapademics.com/api-reference/courses/create.md): Creates a course along with its sections. Optionally triggers skills extraction for all sections. - [Delete](https://docs.mapademics.com/api-reference/courses/delete.md): Deletes the course and cascades to delete all associated sections - [Get](https://docs.mapademics.com/api-reference/courses/get.md): Retrieves course details with references to its sections - [List](https://docs.mapademics.com/api-reference/courses/list.md): List all courses for the authenticated organization - [Update](https://docs.mapademics.com/api-reference/courses/update.md): Updates only the course metadata, not its sections - [Add Section](https://docs.mapademics.com/api-reference/credentials/add-section.md): Adds a course section to the credential. Validates that only one section per course is allowed. - [Create](https://docs.mapademics.com/api-reference/credentials/create.md): Creates a new stackable credential - [Delete](https://docs.mapademics.com/api-reference/credentials/delete.md): Soft deletes a stackable credential - [Get](https://docs.mapademics.com/api-reference/credentials/get.md): Get a single stackable credential by ID - [List](https://docs.mapademics.com/api-reference/credentials/list.md): List all stackable credentials for the authenticated organization - [Remove Section](https://docs.mapademics.com/api-reference/credentials/remove-section.md): Removes a course section from the credential - [Update](https://docs.mapademics.com/api-reference/credentials/update.md): Updates a stackable credential. Can update courseSectionIds array to manage sections. - [Cancel Skills Extraction](https://docs.mapademics.com/api-reference/jobs/cancel-skills-extraction.md): Cancels an in-progress skills extraction job - [Create](https://docs.mapademics.com/api-reference/jobs/create.md): Creates a job description. Optionally triggers skills extraction. - [Delete](https://docs.mapademics.com/api-reference/jobs/delete.md): Deletes the job description and associated data - [Get](https://docs.mapademics.com/api-reference/jobs/get.md): Retrieves job description details including parsed skills if available - [Get Skills Extraction Status](https://docs.mapademics.com/api-reference/jobs/get-skills-extraction-status.md): Gets the current status of skills extraction for this job - [List](https://docs.mapademics.com/api-reference/jobs/list.md): List all jobs for the authenticated organization - [Start Skills Extraction](https://docs.mapademics.com/api-reference/jobs/start-skills-extraction.md): Initiates AI-powered skills extraction from the job description - [Update](https://docs.mapademics.com/api-reference/jobs/update.md): Updates job description details - [Cancel Optimization](https://docs.mapademics.com/api-reference/program-builder/cancel-optimization.md): Cancels an in-progress credential optimization job - [Get Optimization Status](https://docs.mapademics.com/api-reference/program-builder/get-optimization-status.md): Gets the current status and results of a credential optimization job. For real-time updates, use Ably WebSocket (channel: org-{orgId}-optimizer). - [Start Optimization](https://docs.mapademics.com/api-reference/program-builder/start-optimization.md): Starts an AI-powered optimization job to design a stackable credential using genetic algorithms. Returns a run ID for tracking progress via WebSocket. - [Add Course](https://docs.mapademics.com/api-reference/programs/add-course.md): Adds a course to the program - [Create](https://docs.mapademics.com/api-reference/programs/create.md): Creates a new program - [Delete](https://docs.mapademics.com/api-reference/programs/delete.md): Soft deletes a program - [Get](https://docs.mapademics.com/api-reference/programs/get.md): Get a single program by ID - [List](https://docs.mapademics.com/api-reference/programs/list.md): List all programs for the authenticated organization - [Remove Course](https://docs.mapademics.com/api-reference/programs/remove-course.md): Removes a course from the program - [Update](https://docs.mapademics.com/api-reference/programs/update.md): Updates a program. Can update courseOrder to sequence courses. - [Create](https://docs.mapademics.com/api-reference/reports/create.md): Creates and generates a new report. Validates settings, saves the report, generates output data, and returns everything together. - [Delete](https://docs.mapademics.com/api-reference/reports/delete.md): Soft deletes the report - [Duplicate](https://docs.mapademics.com/api-reference/reports/duplicate.md): Creates a copy of an existing report with '(Copy)' appended to the name - [Generate](https://docs.mapademics.com/api-reference/reports/generate.md): Stateless report generation without saving. Validates settings and returns generated data. - [Get](https://docs.mapademics.com/api-reference/reports/get.md): Retrieves report metadata and settings only (no generated data) - [Get Data](https://docs.mapademics.com/api-reference/reports/get-data.md): Generates and returns report output data based on saved report settings - [Get Embed URL](https://docs.mapademics.com/api-reference/reports/get-embed-url.md): Returns embeddable URL and configuration for displaying the report in an iframe - [List](https://docs.mapademics.com/api-reference/reports/list.md): List all reports for the authenticated organization - [Update](https://docs.mapademics.com/api-reference/reports/update.md): Updates report metadata and/or settings. Settings must remain valid after update. - [Cancel Skills Extraction](https://docs.mapademics.com/api-reference/sections/cancel-skills-extraction.md): Cancels an in-progress skills extraction job - [Create](https://docs.mapademics.com/api-reference/sections/create.md): Creates a new section for an existing course - [Delete](https://docs.mapademics.com/api-reference/sections/delete.md): Deletes the section and its associated data - [Get](https://docs.mapademics.com/api-reference/sections/get.md): Retrieves section details including parsed skills if available - [Get Skills Extraction Status](https://docs.mapademics.com/api-reference/sections/get-skills-extraction-status.md): Gets the current status of skills extraction for this section - [List](https://docs.mapademics.com/api-reference/sections/list.md): List all sections for a course - [Start Skills Extraction](https://docs.mapademics.com/api-reference/sections/start-skills-extraction.md): Initiates AI-powered skills extraction from the section's syllabus - [Update](https://docs.mapademics.com/api-reference/sections/update.md): Updates section details (name, description, instructor, syllabus URL, etc.) - [Calculate Equivalencies](https://docs.mapademics.com/api-reference/transfer-package-courses/calculate-equivalencies.md): Calculates course equivalencies for a single transfer course against institutional courses - [Cancel Skills Extraction](https://docs.mapademics.com/api-reference/transfer-package-courses/cancel-skills-extraction.md): Cancels an in-progress skills extraction job - [Create](https://docs.mapademics.com/api-reference/transfer-package-courses/create.md): Creates transfer courses from syllabus PDFs. Extracts metadata and triggers skills extraction. Can create multiple courses at once. - [Delete](https://docs.mapademics.com/api-reference/transfer-package-courses/delete.md): Soft deletes the transfer course - [Get](https://docs.mapademics.com/api-reference/transfer-package-courses/get.md): Retrieves transfer course details including extracted skills - [Get Skills Extraction Status](https://docs.mapademics.com/api-reference/transfer-package-courses/get-skills-extraction-status.md): Gets the current status of skills extraction for this transfer course - [List](https://docs.mapademics.com/api-reference/transfer-package-courses/list.md): List all transfer courses in a package - [Start Skills Extraction](https://docs.mapademics.com/api-reference/transfer-package-courses/start-skills-extraction.md): Initiates AI-powered skills extraction from the transfer course syllabus - [Update](https://docs.mapademics.com/api-reference/transfer-package-courses/update.md): Updates transfer course metadata and/or skills - [Calculate Equivalencies](https://docs.mapademics.com/api-reference/transfer-packages/calculate-equivalencies.md): Calculates course equivalencies for all transfer courses in the package against institutional courses - [Create](https://docs.mapademics.com/api-reference/transfer-packages/create.md): Creates a transfer articulation package with optional transfer courses - [Delete](https://docs.mapademics.com/api-reference/transfer-packages/delete.md): Soft deletes the transfer package and all associated transfer courses - [Get](https://docs.mapademics.com/api-reference/transfer-packages/get.md): Retrieves transfer package details including matching configuration - [Get Skills Extraction Status](https://docs.mapademics.com/api-reference/transfer-packages/get-skills-extraction-status.md): Gets the skills extraction status for all transfer courses in the package - [List](https://docs.mapademics.com/api-reference/transfer-packages/list.md): List all transfer articulation packages for the authenticated organization - [Update](https://docs.mapademics.com/api-reference/transfer-packages/update.md): Updates transfer package metadata and/or matching configuration - [Course Import](https://docs.mapademics.com/data-import/course-import.md): Import courses by providing syllabus URLs with AI-powered data extraction - [Full Import](https://docs.mapademics.com/data-import/full-import.md): Import programs, courses, instructors, sections, and credentials from Excel in bulk - [Data Import Overview](https://docs.mapademics.com/data-import/importing-data.md): Learn about the three ways to import your academic and job market data into Mapademics - [Job Import](https://docs.mapademics.com/data-import/job-import.md): Import job postings by providing URLs with AI-powered data extraction - [Signing In](https://docs.mapademics.com/get-started/authentication.md): How to log into and access your Mapademics account - [Get Help with Mapademics](https://docs.mapademics.com/get-started/get-help.md): Find the right support resource for your situation - from instant AI assistance to personalized support - [Organization Setup](https://docs.mapademics.com/get-started/organization-setup.md): Complete guide for administrators to configure their organization and manage team members in Mapademics - [Quick Start Guide](https://docs.mapademics.com/get-started/quick-start.md): Get up and running with Mapademics in 10 minutes - bulk import your academic data and see skills extracted automatically - [What is Mapademics?](https://docs.mapademics.com/get-started/what-is-mapademics.md): A comprehensive curriculum-to-career alignment platform that transforms how educational institutions connect academic programs to real-world job outcomes using AI-powered analysis and live labor market data. - [Job Management](https://docs.mapademics.com/jobs/job-management.md): Adding job descriptions for skills analysis - [Managing Employers](https://docs.mapademics.com/jobs/managing-employers.md): Adding and organizing employer data for job market analysis - [Building Your Program](https://docs.mapademics.com/program-builder/building-programs.md): Complete step-by-step guide to using the Program Builder to design optimized curricula with AI-powered course selection - [Advanced Topics & Deep Dive](https://docs.mapademics.com/program-builder/program-builder-advanced.md): Deep understanding of optimization weights, algorithm mechanics, impact analysis, best practices, and advanced troubleshooting for credential design - [Program Builder Introduction](https://docs.mapademics.com/program-builder/program-builder-introduction.md): Use AI to automatically design stackable credentials by optimizing course section combinations for maximum job market alignment - [Classification of Instructional Programs (CIP)](https://docs.mapademics.com/reference/cip-codes.md): Understanding and using CIP codes for program classification in academic data management and workforce alignment - [Glossary of Terms](https://docs.mapademics.com/reference/glossary.md): Definitions of key terms, acronyms, and concepts used in the Mapademics platform - [Standard Occupational Classification (SOC)](https://docs.mapademics.com/reference/standard-occupational-classification.md): SOC code system and skills mapping methodology for connecting academic programs to workforce requirements - [Creating Reports](https://docs.mapademics.com/reports-analytics/creating-reports.md): Step-by-step guide to creating custom reports in Mapademics Report Designer, from selecting data to configuring report-specific settings - [Dashboards](https://docs.mapademics.com/reports-analytics/dashboards.md): Create custom dashboards with multiple report widgets to visualize your institution's curriculum alignment, skills analysis, and labor market insights - [Intro to the Report Designer](https://docs.mapademics.com/reports-analytics/report-designer-introduction.md): Learn how to use Mapademics' powerful Report Designer to create custom reports that analyze curriculum alignment, skill coverage, and job market readiness - [Save, Embed, & Export Reports](https://docs.mapademics.com/reports-analytics/save-embed-export.md): Learn how to save reports for reuse, generate embed codes for websites, export data to Excel, and create programs or credentials directly from report selections - [Customizing Skills Processing](https://docs.mapademics.com/skills-processing/customizing-skills-processing.md): Adjusting how skills are detected and extracted from content - [How Skills Extraction Works](https://docs.mapademics.com/skills-processing/how-skills-extraction-works.md): How AI analyzes syllabi and job descriptions to identify skills, confidence scoring, and the overall process - [Mapademics Skills Library (MSL)](https://docs.mapademics.com/skills-processing/mapademics-skills-library.md): Understanding the Mapademics Skills Library - a comprehensive taxonomy of 585 skills across 33 domains for curriculum and workforce analysis - [Reviewing & Approving Skills](https://docs.mapademics.com/skills-processing/reviewing-and-approving-skills.md): Manual skills review and management - editing, adding, and removing skills from courses and jobs - [Transfer Articulation Configuration](https://docs.mapademics.com/transfer-articulation/transfer-articulation-configuration.md): Configure matching thresholds and understand the skills-based equivalency algorithm - [Transfer Articulation System](https://docs.mapademics.com/transfer-articulation/transfer-articulation-system.md): AI-powered transfer credit evaluation using skills-based matching to streamline credit transfer decisions - [Using Transfer Articulation: Complete Guide](https://docs.mapademics.com/transfer-articulation/using-transfer-articulation.md): Step-by-step guide to evaluating transfer credits using AI-powered skills matching - [Authentication Troubleshooting](https://docs.mapademics.com/troubleshooting/authentication-issues.md): Resolve login, invitation, and permission problems in Mapademics - [Common Issues & Solutions](https://docs.mapademics.com/troubleshooting/common-issues.md): Frequently encountered problems and their resolutions - [Data Import Troubleshooting](https://docs.mapademics.com/troubleshooting/data-import-errors.md): Resolving issues with Mapademics data import features - [Background Job Failures](https://docs.mapademics.com/troubleshooting/processing-failures.md): Diagnosing and resolving batch processing issues ## OpenAPI Specs - [openapi](https://docs.mapademics.com/openapi.json)