Cohost
communitySocial media platform with fan-friendly posting features, markdown support, and no ads or algorithms.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://cohost.org/api/v1/project/{handle}/postsGet posts from a project
Parameters
pagepage (integeroptionalhandleproject handle (stringrequiredReturns
items[] with postId, headline, publishedAt, blocks[], tags[], numComments, numSharedCommentsGET
https://cohost.org/api/v1/project/{handle}/posts/{postId}Get post details
Parameters
handlehandle (stringrequiredpostIdpost ID (integerrequiredReturns
postId, headline, publishedAt, blocks[] with type, content, tags[], numComments, shareTree[]GET
https://cohost.org/rc/tagged/{tag}Search by tag
Parameters
tagtag name (stringrequiredpagepage (integeroptionalReturns
posts[] with postId, headline, tags[], publishedAt, blocks[]