# Peerapat Junkhaow Portfolio API

Read-only portfolio data for AI agents and integrations.

## Base URL

`https://peerapatjk.com`

## Endpoints

### GET /api/profile

Returns structured profile, contact channels, skills, work history, education, and homepage section summaries.

### GET /api/sections

Returns the major homepage sections with short summaries and anchored URLs.

### GET /api/status

Returns a simple health document for monitoring and discovery.

### GET /api/openapi.json

Returns the OpenAPI 3.1 description for the public portfolio API.

## Discovery

- API Catalog: `/.well-known/api-catalog`
- Agent Skills Index: `/.well-known/agent-skills/index.json`
- Homepage Markdown: request `Accept: text/markdown` on `/`
- llms.txt: `/llms.txt`

## Example

```bash
curl -s https://peerapatjk.com/api/profile
```
