POST
/
validate
/
post
Available on Premium, Business, Enterprise plans.

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.

Please see the /post endpoint for sending a post.

Header Parameters

Authorization
string
required
Format: Authorization: Bearer API_KEY. See API overview for more information.

Request Body

Send the same body as you would send to the /post endpoint.