Validate the shape of a social media schedule before apply.
Paste a schedule JSON file and catch common structural issues before running the real SocialClaw validation command. Useful for agents, scripts, and bulk scheduling workflows.
Schedule Validator
Check a social media schedule JSON file for missing accounts, publish times, captions, media hints, and timezone before applying it.
Related SocialClaw routes
Move from drafting or shape checks into real account validation and scheduling.
Frequently asked questions
Does this replace `socialclaw validate`?
No. This browser-side helper catches simple shape issues. The real `socialclaw validate` command checks provider and account constraints.
Can I use this for bulk schedules?
Yes. It is useful for quickly checking that every post has an account, content, and publish time before deeper validation.
What timezone should schedules use?
Use a top-level timezone when possible, and use ISO timestamps for publish_at values.
Draft or check the content here, then validate and schedule the final payload through the SocialClaw dashboard, CLI, or API.