
Utilorax is a public API providing 203 json endpoints: hashing, encoding, unit conversion, text, dates and file conversion.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://utilorax.com/api | Primary API endpoint. |
curl -X GET "https://utilorax.com/api" \ -H "Accept: application/json"