API reference

Posts

MethodPathAuthDescription
POST/postsBearerCreate photo post
GET/posts/:idMixedGet post (visibility)
PATCH/posts/:idBearerUpdate caption / metadata
DELETE/posts/:idBearerDelete post
POST/posts/:id/likeBearerLike
DELETE/posts/:id/likeBearerUnlike
GET/posts/:id/likesMixedList likes
POST/posts/:id/commentBearerAdd comment
GET/posts/:id/commentsMixedList comments
DELETE/posts/:id/comments/:comment_idBearerDelete comment (owner/moderation rules)

Multi-image posts follow the same resource model with ordered media attachments (see migrations and handlers for limits).

Previous
Users and account
Next
Feed