Validate
Validate a Post
Validate a post before publishing
POST
Before publishing a post, you can verify the content and parameters are correct.
Send the exact same JSON you normally send to the
/post endpoint to the /validate/post endpoint and it will return a response with any issues found.
- Validation tests based on Ayrshare’s own internal algorithms.
- Posts are not sent to the social networks.
- Posts may still return an error by the social networks at the time of publishing, even with a passed validation.
