# Globallearning Fintelligents — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Learn about the Chartered Alternative Investment Analyst (CAIA®) program by accessing comprehensive program details, curriculum information, and frequently asked questions all in one place. Quickly find the specific information you need about CAIA certification, coursework, and common inquiries to make informed decisions about your investment education.

**Category:** Education | **Website:** [globallearning.fintelligents.com/caia/?utm_source=Google&utm_medium=Search_mg&utm_campaign=CAIA_Lead_Generation_30_06_2025_MG_11_10_2025&utm_id=22734051836&utm_campaignid=22734051836&utm_adgroupid=180985501599&utm_creativeid=761207653190&utm_matchtype=p&utm_device=m&utm_network=g&utm_keyword=caia&utm_placement=&gad_source=1&gad_campaignid=22734051836&gclid=CjwKCAjw6rfSBhAqEiwA_yocpleMO9VA2mmqcjzpoV5UErfXuGaVbaNTWuGy1lcAFodY5ufzzGkcURoC-G8QAvD_BwE](https://globallearning.fintelligents.com/caia/?utm_source=Google&utm_medium=Search_mg&utm_campaign=CAIA_Lead_Generation_30_06_2025_MG_11_10_2025&utm_id=22734051836&utm_campaignid=22734051836&utm_adgroupid=180985501599&utm_creativeid=761207653190&utm_matchtype=p&utm_device=m&utm_network=g&utm_keyword=caia&utm_placement=&gad_source=1&gad_campaignid=22734051836&gclid=CjwKCAjw6rfSBhAqEiwA_yocpleMO9VA2mmqcjzpoV5UErfXuGaVbaNTWuGy1lcAFodY5ufzzGkcURoC-G8QAvD_BwE) | **Docs:** [parse.bot/marketplace/0fe3c9da-f147-4c44-94b7-a130d75f9a87/globallearning-fintelligents-com-api](https://parse.bot/marketplace/0fe3c9da-f147-4c44-94b7-a130d75f9a87/globallearning-fintelligents-com-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-globallearning-fintelligents-com-api-0fe3c9da/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_curriculum

Retrieves the CAIA® curriculum structure for both Level I (Core Foundations of Alternative Investments) and Level II (Advanced Applications and Emerging Topics), listing all exam topics for each level.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-globallearning-fintelligents-com-api-0fe3c9da/get_curriculum \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_faqs

Retrieves frequently asked questions about the CAIA® program, including questions about pass rates, work experience requirements, exam format, program duration, target audience, levels, study materials, and career opportunities.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-globallearning-fintelligents-com-api-0fe3c9da/get_faqs \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_program_info

Retrieves comprehensive information about the CAIA® program at Fintelligents, including program overview, key highlights, statistics, learning features, target audience, certification roadmap steps, career opportunities, fees and duration, mentor details, and contact information.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-globallearning-fintelligents-com-api-0fe3c9da/get_program_info \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
