> ## Documentation Index
> Fetch the complete documentation index at: https://docs.letmepost.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# pinterest.media.single_only

> v1 Pinterest support is single-image only. Multi-image pins are deferred.

## What it checks

`media.length <= 1`.

## Why

Pinterest's API supports multi-image pins (carousel pins), but the v1 publisher targets the single-image surface. Carousel and video pins ship in a follow-up slice.

## Remediation

Attach exactly one image, or split into multiple pins.
