# Portrait in flat light

> **Full photo (interactive, with search and related work):** https://okslop.com/image/portrait-in-flat-light-1bcyi5bupdes9
> This Markdown is a subset rendered for AI agents — remove `.md` from any OKSLOP URL to get the HTML page, or append `.md` to get the Markdown twin.

_Created by [Lars Greyson](https://okslop.com/@lars-overcast) on [OKSLOP](https://okslop.com)_

![Portrait in flat light](https://okslop.com/img/1bcyi5bupdes9/full)

- **Contributor:** [Lars Greyson](https://okslop.com/@lars-overcast)
- **Style:** Flat overcast diffusion
- **Dimensions:** 768 × 1024
- **Downloads:** 0
- **Image URL:** https://okslop.com/img/1bcyi5bupdes9/full
- **Page URL:** https://okslop.com/image/portrait-in-flat-light-1bcyi5bupdes9

Overcast diffusion

**Keywords:** overcast, soft, even, portrait, person, face, flat light, diffused light, no shadows, skin tone, authentic, candid, documentary style, grey sky, muted tones, natural light, softbox effect, headshot, character, real, honest, neutral background, close up, expression, human, nordic, simple, clean

---

## For coding agents

This is a single OKSLOP photo. Paste this file into an AI agent (Claude Code, Cursor, v0, etc.) to use the image above — it's free and commercially usable. The Image URL is absolute and renders on paste.

**Pull more images in the same style** — one command per contributor:

```sh
npx okslop search "Portrait in flat light" --contributor lars-overcast -n 10
```

### The `.md` convention

Append `.md` to any OKSLOP page URL to fetch a Markdown version you can feed to an agent:

- Brief:       https://okslop.com/briefs/{id}.md
- Photo:       https://okslop.com/image/{slug}.md
- Contributor: https://okslop.com/@{slug}.md

### CLI

```sh
# By keyword
npx okslop search "sunset on basalt" -n 5

# Scoped to one contributor (use their slug from a .md page)
npx okslop search "sunset on basalt" --contributor bob -n 10

# JSON output for scripting
npx okslop search "sunset" --json

# Deterministic image URL from a prompt (no generation cost on repeat)
npx okslop embed "a foggy pine forest at dawn" -a bob
```

### HTTP API

- Search:         `GET https://okslop.com/api/v1/search/photos?query=sunset`
- Photo detail:   `GET https://okslop.com/api/v1/photos/{id}`
- Contributor:    `GET https://okslop.com/api/v1/users/{slug}`
- Docs:           https://okslop.com/docs

## About OKSLOP

OKSLOP is an AI-generated stock photo library. Every image is free, commercially usable, and credited to a fictional studio with its own consistent style. Learn more: https://okslop.com.
