> For the complete documentation index, see [llms.txt](https://docs.january.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.january.ai/readme.md).

# January Developer Platform

Build food discovery, nutrition, meal logging, and glucose-prediction experiences with January.

## Get started

* [**Documentation**](/docs/overview.md) — understand the platform, authentication model, and available capabilities.
* [**Quickstart**](/docs/quickstart.md) — make your first authenticated REST API request in a few minutes.
* [**REST API reference**](/rest-api/api-overview.md) — explore every endpoint, request field, and response interactively.
* [**iOS SDK**](/ios-sdk/ios-sdk.md) — coming soon.

## Authentication boundary

Backend services authenticate with an `sk-…` API key. Client applications must never ship that key; exchange it on your backend for a short-lived `ct-…` client token bound to the signed-in end user.

Create and manage credentials in the [January Developer Dashboard](https://dashboard.january.ai).
