Guide
API for people and integrations
Learn what the API is for, which endpoints are available, and how to use them with scripts, n8n, or LLM integrations.
Guide
Learn what the API is for, which endpoints are available, and how to use them with scripts, n8n, or LLM integrations.
This API gives a machine-readable interface to salamyx.com tools and canonical page metadata. It is designed for integrations, automation workflows, and assistant systems.
https://salamyx.com/api/v1
GET /api/v1/healthGET /api/v1/toolsGET /api/v1/tools?id=sha256GET /api/v1/pages/sha256Open the developer API documentation with endpoint details and response examples.
API v1 returns metadata and does not replace browser-only local processing on tool pages.
It gives a stable machine-readable interface for tool catalogs and page metadata so automations do not need to parse HTML.
It is for developers, no-code workflows like n8n, and agent integrations through MCP wrappers or custom scripts.
Not by default. API v1 focuses on metadata and discovery.
Start with /api/v1/health and /api/v1/tools, then request specific pages by id with /api/v1/pages/{pageId}.
Yes. Future versions can add validation and execution endpoints when needed.