REST API v1

Developer-First API
for Modern Teams

Integrate NQ Forge utilities directly into your applications. Scalable, versioned, and lightning-fast REST API with generous free tier.

15+

Endpoints

99.9%

Uptime

<50ms

Avg. Latency

500

Free Requests/day

Built for Developers

Everything you need to integrate NQ Forge into your stack.

Instant Responses

Edge-deployed endpoints respond in under 50ms globally via Vercel's edge network.

API Key Auth

Secure API key authentication. Rotate keys anytime from your dashboard.

Usage Analytics

Real-time dashboard with per-endpoint usage, error rates, and response times.

API Versioning

Stable, versioned endpoints. We never break your integration without a major version bump.

Multi-Language SDKs

curl, JavaScript, Python, and Go examples for every endpoint.

Rate Limiting

Fair rate limits via Upstash Redis. Transparent headers show remaining quota.

Available Endpoints

Production-ready REST endpoints for all NQ Forge tools.

Base URL: https://nqforge.com

GET
/api/v1/generate/uuid

Generate UUIDs (v1, v4, v7)

GET
/api/v1/generate/password

Generate secure passwords

GET
/api/v1/convert/base64

Encode/decode Base64

GET
/api/v1/dev/hash

Generate cryptographic hashes

All endpoints support CORS. Authentication via X-API-Key header.

Quick Start

Up and running in 30 seconds.

bash
# Generate 5 UUIDs — no auth needed for free tier
curl "https://nqforge.com/api/v1/generate/uuid?count=5"

# Response
{
  "uuids": [
    "550e8400-e29b-41d4-a716-446655440000",
    "6ba7b810-9dad-11d1-80b4-00c04fd430c8",
    ...
  ],
  "version": "v4",
  "count": 5
}

# With API key for higher limits
curl "https://nqforge.com/api/v1/generate/password?length=32&symbols=true" \
  -H "X-API-Key: nqf_your_api_key_here"

Simple Pricing

Start free. Scale as you grow.

Free

$0/month

Perfect for side projects and exploration

  • 500 API requests / day
  • All core endpoints
  • JSON responses
  • Basic rate limiting
  • Community support
Get Started Free
Most Popular

Pro

$12/month

For professionals and growing products

  • 50,000 API requests / day
  • Priority endpoints
  • Webhook support
  • Usage analytics dashboard
  • Email support
  • API key management
Start Pro Trial

Business

$49/month

For teams and production workloads

  • Unlimited API requests
  • All Pro features
  • SLA guarantee
  • Custom rate limits
  • Dedicated support
  • Invoice billing
Contact Sales