Dzen Content Platform API
communityAccess content, articles, and user feeds from the Dzen content platform for aggregation and analysis.
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
/v1/feed/userRetrieves the personalized content feed for a specified user ID.
Parameters
limitinteger (optional) — Maximum number of items to returnoptionaluser_idstring (required) — Unique identifier for the userrequiredReturns
List of content items (articles, videos) tailored for the user.GET
/v1/content/popularFetches currently trending or popular content across the platform.
Parameters
offsetinteger (optional) — Pagination offsetoptionalcategorystring (optional) — Filter by content topicoptionalReturns
A list of high-engagement content summaries.GET
/v1/content/{article_id}Retrieves the full content and metadata for a specific article ID.
Parameters
article_idstring (required) — The unique ID of the content piecerequiredReturns
Full text, media links, author info, and engagement metrics.GET
/v1/searchSearches the Dzen platform for content matching a given query string.
Parameters
querystring (required) — The search termrequiredsort_bystring (optional) — Field to sort results by (e.g.optional— relevance, date)Returns
A list of content items matching the search criteria.