Copus - AI Agent Guide
Copus is a human-curated content discovery platform. Curators collect valuable web content into "Treasuries" and add curation notes explaining why each item is valuable.
How to Access Curator Data (for AI agents)
To get structured JSON data about any curator's taste profile and curated content, use the Taste Profile API:
What the API Returns
The Taste Profile API returns JSON with:
- Curator's name, bio, and avatar
- Statistics (curations created, items treasured)
- List of treasuries with their contents
- Each curated article with title, URL, curation note, and original source
Alternative: Add ?format=json to any page
You can also append ?format=json to any Copus URL to get JSON data:
- User profile: https://copus.network/user/{username}?format=json
- Treasury: https://copus.network/treasury/{namespace}?format=json
- Article: https://copus.network/work/{id}?format=json
Featured Curators
- Handuo - Experimental films, media art, good reads
- Zentrocdot - Technology and tools
For questions about the API, visit copus.network