Posts
Post Delete
Archive a post using soft-delete.
Archive a post using soft-delete.
DELETE
/posts/{post_id}storyden-session<token>
In: cookie
Path Parameters
post_id*string
Unique post ID.
Format
xidResponse Body
application/json
curl -X DELETE "https://loading/api/posts/cc5lnd2s1s4652adtu50"Empty
Empty
Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}Tag List GET
Get a list of all tags on the site.
Post Location Get GET
Locate a post just from its ID. This will tell you what kind of post it is and where to find it. Where "a post is" is simple for threads, just the slug. For replies, it will give you the thread slug and the position within the thread: the index, the page and the position on the page.