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 exposes JSON with salamyx.com tool listings and page metadata so integrations, automation, and assistants do not need to scrape HTML.
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 local in-browser processing on tool pages.
It gives a stable JSON 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 listing tool URLs—not executing tools for you.
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.