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.jsonEndpoints
The full machine-readable description of these lives in the OpenAPI spec.
GET /api/catalog.json | Plans, use cases and comparisons as JSON, in en |
GET /openapi.json | OpenAPI 3.1 description of every endpoint on this page |
GET /.well-known/mcp/server-card.json | MCP server manifest (Streamable HTTP transport) |
GET /llms.txt | Plain-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].