ToolYourToolYourAPI Docs

Tool APIs

Overview of ToolYour tool endpoints by category — REST, SDK, and MCP.

Every tool endpoint uses X-Api-Key. Create a key from Dashboard → API Keys — see Account & API Keys.

SDK: Each category maps to a namespace on @toolyour/sdk (e.g. ty.seo.*, ty.text.*). Full lookup: SDK Tool Map.

Categories

CategoryBase path
Convertors/api/v1/convertors/*
Documents/api/v1/documents/*
Office, web & archives/api/v1/office/*, /api/v1/web/*, /api/v1/ebook/*, /api/v1/archive/*, /api/v1/extract
Text utilities/api/v1/text-utilities/{slug}
SEO/api/v1/seo-tools/*, /api/v1/seo-apis/*
Security/api/v1/security-apis/*
Calculators & more/api/v1/calculators/*, unit conversions, YouTube
Text intelligence/api/v1/text-intelligence/*
AI models/api/v1/ai-models/*

Full endpoint reference is in the OpenAPI section of the sidebar (grouped by tag).

Catalog endpoints

Several modules expose a catalog you can call without an API key:

  • GET /api/v1/text-utilities/catalog
  • GET /api/v1/calculators/catalog
  • GET /api/v1/unit-conversions/catalog
  • GET /api/v1/youtube-tools/catalog
  • GET /api/v1/security-apis/catalog
  • GET /api/v1/{office|web|ebook|archive|documents}/supported-conversions

Use the returned slugs with POST /api/v1/{module}/{slug} or SDK ty.{namespace}.{camelCaseMethod}(body) — see SDK Tool Map.

Usage

Each successful tool call counts toward your monthly quota. Check Usage & Plans.

On this page