Mapademics Embedded API

Welcome to the Mapademics Embedded API documentation. This API provides programmatic access to labor market intelligence, syllabus skills extraction, and the Mapademics Skills Library (MSL).

Resource
Description

Make your first API call in 5 minutes

Learn how to authenticate your requests

Understand error responses and troubleshooting

API Endpoints Overview

Labor Market Intelligence

Get occupation data, salary information, and skills requirements:

POST /v1/labor-market-intelligence/by-cip
POST /v1/labor-market-intelligence/by-soc
GET  /v1/labor-market-intelligence/regions

Syllabus Skills Extraction

Extract skills from course syllabi:

POST /v1/skills-extraction/syllabus
GET  /v1/skills-extraction/syllabus/tasks/{taskId}
GET  /v1/skills-extraction/syllabus/{syllabusId}

Skills Library

Browse and search the Mapademics Skills Library:

Base URLs

Environment
URL

Production

https://embedded-api.mapademics.com/v1

Testing

https://embedded-api.testing.mapademics.com/v1

Getting Help

API Versioning

The API uses path-based versioning. The current version is v1 and is included in the base URL (e.g., https://embedded-api.mapademics.com/v1).

Last updated