DA
VINXI CABINBETA
Back to Home
Real-World Dev Environment

API Documentation & SDKs

A sandboxed REST API our advanced learners use to practice reading real documentation and building real integrations.

Authentication

Sandbox API keys are issued per cohort — ask your mentor for a training key.

Base URL

https://api.davinxicabin.example

SDKs

JavaScript and Python client wrappers, taught in the Code Creator track.

Endpoint Reference

GET/v1/tracksList all Mastery Track study paths and their metadata.
GET/v1/tracks/{id}Fetch a single track, including lesson structure.
GET/v1/campers/{id}/progressRead a camper's completed lessons and streak data.
POST/v1/campers/{id}/submissionsSubmit a completed project for review.
GET/v1/gallery/featuredList featured camper projects shown on the homepage.

This is a teaching sandbox with illustrative endpoints — not a production API. Real request handling isn't wired up in this demo.