Subnexa Documentation
Everything you need to know about using Subnexa’s tools and APIs effectively.
Getting Started
Welcome to Subnexa’s documentation! Subnexa is a platform offering free, browser-based tools for developers, designers, and digital professionals. This guide will help you get started with using our tools effectively.
Accessing Subnexa Tools
All Subnexa tools are available directly on our website at subnexa.vercel.app. No account or login is required—just visit the Tools page to explore our offerings.
First Steps
- Navigate to the Tools page from the homepage.
- Browse categories or search for a specific tool (e.g., "JSON Formatter").
- Use the tool directly in your browser—no installation needed.
Tools Overview
Subnexa offers a wide range of tools to simplify your workflow. Here’s an overview of some popular categories:
Text Manipulation
Tools like Case Converter, Whitespace Remover, and Duplicate Line Remover help you clean and format text quickly.
Code Utilities
Beautify JSON, format HTML, or test regular expressions with our developer-focused utilities.
Security Tools
Generate secure passwords, encode/decode Base64, or hash data with tools designed for safety and convenience.
API Reference
Subnexa provides an API for developers to integrate our tools into their applications. This section outlines the available endpoints and usage.
Authentication
The API uses API keys for authentication. Request a key by contacting us via the Contact page.
Endpoints
Here’s an example of how to use the JSON Formatter endpoint:
curl -X POST https://api.subnexa.com/format-json -H "Authorization: Bearer YOUR_API_KEY" -d '{"json": "{"key": "value"}"}'
Response:
{
"formatted": "{
"key": "value"
}"
}
Need help or have suggestions? Reach out to us!
Contact Us