Skip to main content

Save

Saving a post or comment is done via the following API endpoint.

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

Parameters

The following parameters are valid.

ValueTypeRequiredDescription
idstringtrueid of the content being saved
typebooleantruepost (true) or comment (false)
categorystringtruename of Save Folder to add to

For clarity, if the content is a post, type should be true. Else, type should be false.