> ## 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.

# linkedin.text.non_empty

> LinkedIn posts cannot be empty. Whitespace-only text is rejected.

## What it checks

`text.trim().length > 0` on LinkedIn `/rest/posts` calls.

## Remediation

Provide non-empty text. LinkedIn doesn't have a media-only post shape on the standard publishing API.
