DEVELOPER REFERENCE

API & Integration Guide

All 165 tools are accessible via permanent, shareable URLs. Every tool page accepts query parameters for pre-configuration. No API key required.

URL-based
Every tool is a permanent URL. Link directly to any tool or category.
Client-side
All processing runs in the browser. No server API, no upload endpoints.
No auth needed
Every tool is publicly accessible. No API keys, no CORS headers to set.

URL Structure

Each tool lives at a predictable, permanent URL:

https://apexstudioutilities.com/tools/[tool-slug]

Tool slugs are lowercase, hyphenated identifiers. For example: image-compressor, pdf-to-word, base64-encoder.

Query Parameters

The /tools index page supports the following parameters:

ParameterTypeExampleDescription
catstring?cat=image-toolsPre-select a category on the /tools index page.
qstring?q=pdfPre-populate the search bar on /tools.

Code Examples

Link directly to a tool
<!-- Every tool has a permanent URL -->
<a href="https://apexstudioutilities.com/tools/image-compressor">
  Compress an image
</a>
Open tools filtered by category
<!-- Filter the /tools index to a category -->
<a href="https://apexstudioutilities.com/tools?cat=developer">
  Developer tools
</a>
Open tools with a pre-filled search
<!-- Open /tools with a search term active -->
<a href="https://apexstudioutilities.com/tools?q=pdf+converter">
  Search results
</a>

Tool Slug Directory

165 live tools across 9 categories.

File Conversion28 tools
Image Tools22 tools
Media & Downloaders9 tools
Developer Tools30 tools
Text Tools18 tools
Encoding & Decoding16 tools
Calculators20 tools
Security & Network12 tools
SEO & Web10 tools
Coming soon

Programmatic API

We're working on a REST API that exposes our conversion and processing tools programmatically — for use in CI/CD pipelines, scripts, and application integrations. It will be free for reasonable usage.

Request early access