Check a social media posting API payload before it reaches the API.
This browser-side helper catches common JSON and schedule-shape mistakes. It does not replace SocialClaw's server-side provider validation, but it helps clean up payloads earlier.
API Payload Validator
Paste a SocialClaw-style JSON payload and check common API shape issues before calling validate or apply.
Related SocialClaw routes
Move from drafting or shape checks into real account validation and scheduling.
Frequently asked questions
Does this call the SocialClaw API?
No. This helper runs in the browser and checks common JSON shape issues before you use the real SocialClaw validate endpoint.
Is browser-side validation enough?
No. Always use SocialClaw's server-side validation before apply because provider rules depend on connected account state.
What payload shape does this tool expect?
It expects a JSON object with a posts array. Each post should include account, content or description, and a publish_at value when scheduling.
Draft or check the content here, then validate and schedule the final payload through the SocialClaw dashboard, CLI, or API.