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 categoryConvert uploaded XML files or raw XML into CSV text, downloadable files, or signed URLs. Useful for feeds, ETL, and spreadsheet imports.
Convert raw XML, XML files, or XML URLs into inline JSON, downloadable files, or pre-signed S3 URLs. Useful for feeds and backends that need JSON output.
Convert JSON objects, URLs, or files into Prisma schema text or .prisma downloads. Generate starter models from existing data structures.
Convert YAML from raw content, uploaded files, or URLs into JSON. Returns inline JSON, a JSON file, or a pre-signed download link.
Parse a raw User-Agent string into browser, platform, device, and engine data. Useful for analytics, bot checks, and request logging.
Convert JSON from a body, file, or URL into XML. Get raw XML, a downloadable .xml file, or a pre-signed S3 URL.
Convert CSV from text, file, or URL into XML. Get inline XML, a downloadable file, or a pre-signed S3 URL for downstream workflows.
Convert Markdown from raw text, uploads, or URLs into structured JSON. Use it for docs ingestion, parsing, and content migration workflows.
Compare a search term against a space-separated target string and get matched words back. Supports accent-insensitive and Unicode-normalized matching.
Convert raw CSV, uploaded files, or CSV URLs into JSON. Get inline arrays, downloadable JSON files, or pre-signed S3 links for converted output.
Convert JSON from a raw body, file, or URL into Markdown. Get plain text, a .md file, or a signed download URL back.
Create downloadable .ics calendar invites or signed file links from event data, including reminders, recurrence, attendees, and cancellations.
The question you arrived with, and the endpoint that answers it.