Make your first request to the Mapademics Embedded API in minutes.
This guide helps you make a real request to the Mapademics Embedded API and receive data back in just a few minutes.
By the end, you'll have:
Authenticated with the API
Made a successful request
Received structured skills or labor market data
Keys you'll need
All requests to the Embedded API are authenticated using API keys.
You'll use:
Platform API key — identifies your application
Customer API key — identifies the end customer (required for most production requests)
Include both keys as HTTP headers:
Authorization: Bearer <PLATFORM_API_KEY>
X-Customer-Key: <CUSTOMER_API_KEY>
In test environments, the customer key may not be required. In production, assume the customer key is required unless an endpoint explicitly says otherwise.