Developer tool APIs are the small utilities every service ends up needing — format conversion, IDs, hashes, token decoding, DNS and WHOIS lookups. Hosted so they don't become twelve copy-pasted helpers across your repos.
Also called utility APIs, dev utility APIs or helper APIs46 services in this categoryCreate short links from absolute URLs and resolve codes back to the original destination. Returns the short URL, code, permanence, and expiry when applicable.
External ProvidersCheck subscription status and credit balance with authenticated GET requests. Useful for usage guards, billing screens, and account monitoring.
External ProvidersSend text and optional language to detect profanity in user-generated content. Useful for moderation checks before publishing comments, chats, or reviews.
External ProvidersResolve shortened URLs and follow redirect chains with optional hop and timeout limits. Useful for link checks, analytics, and canonical destination lookup.
External ProvidersConvert CSV files, URLs, or raw text into JSON arrays, downloadable JSON files, or pre-signed S3 URLs for downstream processing.
External ProvidersGenerate Sudoku puzzles and Schulte tables via GraphQL. Returns puzzle grids, solutions, difficulty, and randomized board layouts for game apps.
External ProvidersRemove emoji, markdown, and bracketed noise from raw text. Returns clean_text for TTS preprocessing and text normalization workflows.
Detect the language of a text sample and get language, ISO codes, script, and confidence. Useful for routing multilingual content and NLP workflows.
Convert JSON from a body, file, or URL into YAML. Get plain text, a downloadable .yaml file, or a pre-signed S3 URL.
Convert raw JSON, JSON files, or JSON URLs into GraphQL SDL. Get inline text, a .graphql download, or a pre-signed S3 URL.
Generate Zod schemas from raw JSON, files, or URLs. Returns `.ts` files, S3 URLs, or explain output for TypeScript validation.
Convert raw JSON, a JSON URL, or an uploaded file into Mongoose schema code. Returns JS or TS output with inference metadata, warnings, and confidence.
The question you arrived with, and the endpoint that answers it.