Create a Post

Create posts using the following endpoint.

POST https://api.scored.co/api/v2/action/create_post

Parameters

ValueTypeRequiredDescription
titlestringtruePost title
typestringtruePost type: "text" or "link"
contentstringfalseContent (required for text posts)
linkstringfalseURL (required for link posts)
communitystringtrueTarget community
nsfwbooleanfalseMark post as NSFW
g-recaptcha-responsestringfalseValid reCAPTCHA response token

View captcha handling.

To create an image post, upload the image first, then create a link post with the media.scored.co URL.