Oculix Documentation

Getting started guides for all Oculix products. Choose a product below to see how to sign up, set up, and start using it.

πŸ“„

DocPatch

Automated documentation migration. Transform legacy docs into modern formats with one API call.

Get Started with DocPatch
🏠

PropDesc-AI

AI-powered property descriptions for real estate. Generate SEO-ready listing copy in seconds.

Get Started with PropDesc-AI
βš™οΈ

NodeCache EVM

High-speed blockchain cache for dApps. Cut RPC latency 10–100x and reduce costs 90%.

Get Started with NodeCache EVM
πŸ”—

ChainLedgerAI

Neutral on-chain data API. Query blockchain data with AI-assisted filtering at scale.

Get Started with ChainLedgerAI

General Getting Started

  1. Choose a product β€” Select from DocPatch, PropDesc-AI, NodeCache EVM, or ChainLedgerAI above. Each solves a different problem.
  2. Sign up for free β€” All products offer a free tier. No credit card required to start.
  3. Get your API key β€” After signup, you'll receive an API key to authenticate your requests.
  4. Follow the product guide β€” Each product has a step-by-step guide showing how to make your first request.
  5. Upgrade when ready β€” Start free and upgrade to Developer or Team tiers as you scale.

Common Questions

Do I need a credit card to start?

No. All Oculix products offer a free tier with no credit card required. Upgrade to paid tiers only when you're ready to scale beyond free limits.

How do I get an API key?

Your key is emailed to you once, via the verification link you click after signing up β€” it's shown on that one confirmation page and then never displayed again, so copy it immediately. There's no account dashboard to look it up later yet; if you lose it, contact support to have it reissued. Treat it like a passwordβ€”don't share it publicly.

What authentication method do you use?

All products use Bearer token authentication (your API key in the Authorization header). No OAuth or complex setup required. See individual product guides for examples.

Can I upgrade or downgrade my plan?

Yes β€” plan changes go through Stripe checkout, not a self-serve dashboard yet. Contact support to upgrade or downgrade; upgrades take effect immediately, downgrades take effect at your next billing cycle.

What's your uptime guarantee?

All products are built on GCP infrastructure with 99.9% uptime SLA during paid tiers. Free tier has best-effort support. See individual product SLAs for details.

How do I get support?

Email support@oculix.net. Paid tier users get priority response within 24 hours.

API Basics

All Oculix products use the same authentication and response format:

Authentication Header:
x-api-key: YOUR_API_KEY
Request Format:
All requests use application/json content type over HTTPS.
Response Format:
Responses return JSON with a status field (200 for success, 4xx/5xx for errors) and a data object containing results.
Usage Limits:
Each plan includes a monthly quota, not a per-minute rate limit (Free tier: 20 requests/month on DocPatch, for example). Once you hit your monthly quota, requests return a 402 until it resets. See your product guide for exact limits per tier.

A self-serve usage dashboard isn't live yet β€” see the status page for system health, or contact support for your current usage. For detailed API reference, see the guide for your specific product above.

Best Practices