Census Documentation

Integrate feedback collection, knowledge base, and analytics into your application with the Census API.

Getting Started

Census provides a REST API and MCP server for managing features, documentation, feedback, and more.

Authentication

All API requests require an API key. Pass it via the X-Census-Key header or Authorization: Bearer header.

curl https://api.census.tools/api/v1/projects \
  -H "X-Census-Key: cs_live_your_key_here"

MCP Server

Connect Census to Claude Code or any MCP-compatible AI tool:

{
  "mcpServers": {
    "census": {
      "url": "https://mcp.census.tools/mcp",
      "headers": {
        "X-Census-Key": "cs_live_your_key_here"
      }
    }
  }
}

Key Endpoints

  • GET /api/v1/projects — List projects
  • GET /api/v1/features — List features
  • GET /api/v1/documents — List documents (plans, articles, release notes)
  • POST /api/v1/uploads — Upload images
  • GET /api/v1/feedback — List feedback