Quick Start

Make your first API call in under 5 minutes.

Step 1: Access the Embedded API Portal

All Embedded API customers get access to the Embedded API Portal where you can:

  • View your primary API keys (pk_live and pk_test)

  • Provision end-customer API keys

  • Monitor usage and billing

Contact [email protected]envelope to get portal access.

Step 2: Understand Your API Keys

You'll have access to two types of keys:

Key Type
Format
Environment

Test Key

pk_test_xxx...

embedded-api.testing.mapademics.com

Live Key

pk_live_xxx...

embedded-api.mapademics.com

Important: Production API calls require both your primary key (pk_live) and an end-customer key. Testing calls only require your test key (pk_test).

circle-info

Start with the testing environment during development. It has sample data, higher rate limits, and doesn't require end-customer keys.

Step 3: Make Your First Request

Let's fetch the complete skills library tree. This is the simplest endpoint and confirms your authentication is working.

Step 4: Check the Response

A successful response looks like this:

If you see this response, congratulations! You're ready to start building.

Step 5: Try a Real Use Case

Now let's do something practical: find out what careers a Computer Science degree leads to.

This returns occupations linked to CIP code 11.0701 (Computer Science), including:

  • Median salaries

  • Employment projections

  • Required skills

Next Steps

You're all set! Here's where to go next:

Guide
What You'll Learn

API key types, security best practices, customer scoping

Deep dive into CIP/SOC codes and labor market data

Upload syllabi and extract skills

Browse and search the complete skills taxonomy

Handle errors gracefully in your integration

Need Help?

Check the FAQ & Common Issues page for troubleshooting, or email [email protected]envelope with your requestId from any error response.

Last updated