llms.txt Content
# Are.na
Are.na is a platform for connecting ideas and building knowledge. Users collect content — images, text, links, files — into channels, building personal and collaborative knowledge networks.
- Website: https://www.are.na
## Are.na API — LLM Index
Version: 3.0.0
This document covers the Are.na developer API. It does not describe the full website.
Developer resources:
- API docs: https://www.are.na/developers/explore
- OpenAPI spec: https://api.are.na/v3/openapi.json
- Full reference (markdown): https://www.are.na/developers/all.md
- Compact reference (markdown): https://www.are.na/developers/all-compact.md
- LLM index: https://www.are.na/llms.txt
- Sitemap: https://www.are.na/developers/sitemap.xml
## Resources
- Authentication: https://www.are.na/developers/explore/authentication (1 endpoint)
- Block: https://www.are.na/developers/explore/block (8 endpoints)
- Channel: https://www.are.na/developers/explore/channel (7 endpoints)
- Comment: https://www.are.na/developers/explore/comment (1 endpoint)
- Connection: https://www.are.na/developers/explore/connection (5 endpoints)
- Group: https://www.are.na/developers/explore/group (3 endpoints)
- Search: https://www.are.na/developers/explore/search (1 endpoint)
- System: https://www.are.na/developers/explore/system (3 endpoints)
- Upload: https://www.are.na/developers/explore/upload (1 endpoint)
- User: https://www.are.na/developers/explore/user (6 endpoints)
## Endpoint docs
### Authentication
- POST /v3/oauth/token -> https://www.are.na/developers/explore/authentication/post-token | markdown: https://www.are.na/developers/explore/authentication/post-token.md
### Block
- GET /v3/blocks/{id} -> https://www.are.na/developers/explore/block | markdown: https://www.are.na/developers/explore/block.md
- GET /v3/blocks/batch/{batch_id} -> https://www.are.na/developers/explore/block/{batch_id} | markdown: https://www.are.na/developers/explore/block/{batch_id}.md
- GET /v3/blocks/{id}/comments -> https://www.