API CodexAPI Codex
WebsiteDashboardGet API Key
  • Documentation
  • All APIs
  • Changelog
Resources
  • Docs Home
  • API Catalog
  • API Codex Website
Platform
  • Get a free API key
  • Dashboard
  • APIs & Pricing

© 2026 API Codex. All rights reserved.

Information
Other endpoints
    Generate UUID v4(s)getHash text (query)getHash text (JSON body)postBase64 encode/decode (query)getBase64 encode/decode (JSON body)postDecode a JWT (no signature verification)getGenerate a cryptographically-random passwordgetConvert text into a URL slugget
Schemas
powered by Zudoku
Developer Toolbox API

Developer Toolbox API

The Developer Toolbox API bundles the six utilities you reach for daily into a single, dependency-free HTTP API running on Cloudflare's global edge network.

Generate RFC 4122 v4 UUIDs in batches, compute MD5 / SHA-1 / SHA-256 / SHA-384 / SHA-512 digests, encode and decode unicode-safe (and URL-safe) base64, inspect JWT headers and payloads without touching the signature, mint cryptographically-secure passwords with fine-grained character-class control, and turn any string into a clean URL slug.

Every endpoint is pure compute — no third-party calls, no rate-limited upstreams, no surprise latency. Responses come back as clean, flat JSON with predictable shapes.

Get a free API key at dash.apicodex.io.

Notes:

  • MD5 and SHA-1 are provided for checksums and legacy interop only (not collision-resistant).
  • JWT decode intentionally does not verify signatures; treat decoded claims as untrusted.
Servers
https://api.apicodex.io/toolbox

API Codex