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.

  • Updated: 2026-05-01
  • API v1 returns metadata and does not replace browser-only local processing on tool pages.

What Is This API

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.

Why It Is Useful

How To Start

https://salamyx.com/api/v1

Try These Endpoints

Need Full API Docs?

Open the developer API documentation with endpoint details and response examples.

Open developer API docs

Privacy And Limitations

API v1 returns metadata and does not replace browser-only local processing on tool pages.

  • The first API version is metadata-first and does not execute every tool server-side.
  • For per-tool server execution, dedicated endpoints should be added where truly needed.
  • Always verify automation behavior against current API docs before production workflows.

FAQ

Why does this API exist?

It gives a stable machine-readable interface for tool catalogs and page metadata so automations do not need to parse HTML.

Who is this API for?

It is for developers, no-code workflows like n8n, and agent integrations through MCP wrappers or custom scripts.

Can I run tools server-side through API v1?

Not by default. API v1 focuses on metadata and discovery.

Where should I start?

Start with /api/v1/health and /api/v1/tools, then request specific pages by id with /api/v1/pages/{pageId}.

Will this API evolve?

Yes. Future versions can add validation and execution endpoints when needed.