# Babyloon Academy — Public Discovery

Version: 1

Generated 2026-05-12. Babyloon Academy publishes its public catalog in HTML by default with explicit machine-readable surfaces below. Bilingual (Arabic and English) e-learning platform; Iraqi-market focused; payments in IQD via Wayl.

## Discovery surfaces

- [`/llms.txt`](https://babyloonacademy.com/llms.txt) — lightweight operator hint surface
- [`/sitemap.xml`](https://babyloonacademy.com/sitemap.xml) — XML sitemap for crawlers
- [`/sitemap.md`](https://babyloonacademy.com/sitemap.md) — markdown discovery index (this file)
- [`/robots.txt`](https://babyloonacademy.com/robots.txt) — crawl-permission rules, per-bot AI sections

## Human URLs

- Course catalog: `https://babyloonacademy.com/courses`
- Course detail: `https://babyloonacademy.com/courses/<slug>`
- Bundle catalog: `https://babyloonacademy.com/bundles`
- Bundle detail: `https://babyloonacademy.com/bundles/<slug>`
- Certificate verification: `https://babyloonacademy.com/verify/<token>`

### Indexed public examples

#### Courses

_(no published courses returned from the API at build time)_

#### Bundles

_(no published bundles returned from the API at build time)_

## Public JSON APIs

All endpoints return JSON in the standard `{ data: ... }` envelope. No authentication required for the read endpoints listed below.

- `https://babyloonacademy.com/api/v1/courses` — list all published courses (paginated; `?limit`, `?page`, `?search`, `?category`, `?language`, `?level`, `?minPrice`, `?maxPrice`, `?sort` supported)
- `https://babyloonacademy.com/api/v1/courses/<slug>` — single course with section / lecture metadata
- `https://babyloonacademy.com/api/v1/courses/<id>/preview` — preview lessons for the course
- `https://babyloonacademy.com/api/v1/bundles` — list all published bundles
- `https://babyloonacademy.com/api/v1/bundles/<slug>` — single bundle with composition

## Markdown twins

Not currently supported. The marketing-copy fields (title, description, level, language, price, etc.) are exposed via the JSON endpoints above — that is the recommended discovery path for LLMs and agents.

## Usage

```bash
curl https://babyloonacademy.com/llms.txt
curl https://babyloonacademy.com/sitemap.md
curl https://babyloonacademy.com/sitemap.xml
curl https://babyloonacademy.com/robots.txt
curl https://babyloonacademy.com/api/v1/courses
curl https://babyloonacademy.com/api/v1/courses/<slug>
curl https://babyloonacademy.com/api/v1/bundles
curl https://babyloonacademy.com/api/v1/bundles/<slug>
```
