Developer Utilities API
🔹 /security/jwt-validate Description: Verify the authenticity and integrity of a JSON Web Token (JWT). The API checks the token’s signature, expiration, and claims, ensuring it hasn’t been tampered with and is still valid. Ideal for secure authentication and authorization workflows. 🔹 /security/jwt-generate Description: Generate secure, signed JSON Web Tokens (JWT) for user authentication and…
Developer Utilities API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Color Palette Generator API /dev/color-palette |
Generate color palette from base color |
| POST |
Data Quality API /governance/data-quality |
It analyzes datasets and provides a data quality assessment with metrics like completeness, uniqueness, consistency, validity, and accuracy. |
| POST |
Generate JWT Token /security/jwt-generate |
Generate a JSON Web Token (JWT) with custom payload, expiration, and algorithm. |
| POST |
JavaScript minification /dev/minify-js |
Basic minification (remove comments and extra whitespace) |
| POST |
JSON beautify /dev/format-json |
Format and beautify JSON |
| POST |
AB Test Analysis API /analytics/ab-test-analysis |
Perform statistical A/B test analysis with conversion rates, lift, z-test, confidence intervals, and recommended sample size. Returns significance, confidence interval, and next… |
| POST |
Validate JWT /security/jwt-validate |
Validate a JWT, check expiration, and return payload details. |
Developer Utilities API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA Recommended | $25 / month | — |
|
| MEGA | $99 / month | — |
|