Skip to main content

Create a Post

Creating a post is done via the following API endpoint.

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

Parameters

The following parameters are valid.

ValueTypeRequiredDescription
titlebooleantruepost title
typestringtruepost type - 'text' or 'link'
contentstringtrueif text post, value for content
linkbooleantrueif link post, value for link
communitystringtruethe community the post will go in
nsfwbooleanfalsewhether the post is NSFW
g-recaptcha-responsestringfalsea valid reCAPTCHA response token

View here to see how we handle captchas.

To create an image post, you should first upload the image, and create a link post providing the media.scored.co link.