Validate against platform rules
sprkly_validate_post_policyCheck a caption against each target platform's posting rules before scheduling: caption length, media requirements, hashtag ceilings, whether links are clickable, required YouTube titles, and PII or prohibited-content warnings. Pure analysis. Writes nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Post title. Required for YouTube, max 100 characters. | |
| caption | Yes | The caption to check. | |
| hashtags | No | Hashtags posted alongside the caption, if they are not already in it. | |
| platforms | Yes | Target platforms to check against. | |
| platformMeta | No | Platform-specific publishing options, keyed by platform. | |
| mediaUrlsCount | No | How many images or videos will be attached. Instagram and TikTok require at least one. |