Fetch a post by its share code. Returns the post’s metadata including its direct file URL, title, description, privacy level, and creation date. Private posts are only visible to the owner.
GET
/
posts
/
{code}
Get post
curl --request GET \
--url https://api.snipp.gg/posts/{code} \
--header 'api-key: <api-key>'