docu2.me
For developers

Read docu2.me data directly

Public, read-only JSON endpoints for product, pricing and content data, an OpenAPI spec describing them, and an MCP server for agents — no API key required.

Quickstart

Every endpoint below is a plain GET, unauthenticated:

curl https://docu2.me/api/catalog.json

Endpoints

The full machine-readable description of these lives in the OpenAPI spec.

GET /api/catalog.jsonPlans, use cases and comparisons as JSON, in en
GET /openapi.jsonOpenAPI 3.1 description of every endpoint on this page
GET /.well-known/mcp/server-card.jsonMCP server manifest (Streamable HTTP transport)
GET /llms.txtPlain-text site guide for LLMs

Errors

Anything under /api/ that does not exist returns a structured JSON error instead of an HTML page:

{
  "error": {
    "code": "not_found",
    "message": "The requested API resource does not exist.",
    "resolutionHint": "Check /openapi.json for the list of available endpoints.",
    "status": 404
  }
}

Support

Questions about these endpoints go to [email protected].