Run every X114 tool as an API.
Hash, format, generate, and validate from your code. Bearer-token auth, pay-as-you-go credits, and a generous free tier to try it out.
API keys
Create, label, and revoke keys from your dashboard. One key per environment keeps production traffic clean.
Per-call credits
Every endpoint costs 1 credit. Buy credits in bulk — credits never expire on the lifetime plan.
Edge-deployed
All endpoints run on Cloudflare Workers, so responses land in tens of milliseconds from anywhere.
Simple JSON over HTTP
Plain JSON in, plain JSON out. No SDK required, no streaming, no GraphQL. Just curl and a Bearer token.
Endpoints
One credit per call. Try them in the browser first, then call them from your code.
Quickstart
From zero to your first API call in three steps.
- 1Sign up for a free account and verify your email.
- 2Open Settings → API keys and create a key. Copy it once — for security we only show it on creation.
- 3Send a Bearer-authenticated POST request to any endpoint. The first call is on us.
curl -X POST https://x114.org/api/v1/hash \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"text":"hello world","algorithm":"sha256"}'Ready to start?
Sign up for a free account, claim your starter credits, and try the same X114 tools you already use in the browser — from your own code.