Ethoryx Dashboard

Welcome back, . Ethoryx C/GMP Core active.

Current Plan
Upgrade Plan →
Calls Used
this month
Calls Remaining
of — total
Max Bit Size
bits per prime
Rate Limit
calls / minute

Your API Key

Manage →
Active Key
Loading...

Pass as X-API-Key header in every request.

Quick Generate

Live

Recent API Calls

View all →
Time (UTC)BitsMethodMR TestsThm 7
No calls yet — generate your first prime above
Ethoryx API Key

Your Ethoryx API key. Keep it secret — treat it like a password.

Active Key

Primary Key
Loading...

Plan:  ·  Member since:

Usage example
curl "https://api.ethoryx.io/v1/generate?bits=1024" \
     -H "X-API-Key: YOUR_KEY"

Need to rotate your key? Email support@ethoryx.io

Usage Log

Ethoryx Core performance telemetry. Updates live.

Total Calls
logged this account
MR Tests — Avg / Min / Max
min  ·  max
API Latency — Avg / Min / Max
min  ·  max
Call Types
RSA
NTT/FHE
Time (UTC)BitsMethodMR TestsTime (ms)Theorem 7
No calls yet this session
API Playground

Test all Ethoryx endpoints live against the production C/GMP Core.

Generate Prime

Endpoint
Bit size
Method

Response

// Response will appear here

Verify a Number

// Result will appear here

Next-prime optimization public · no auth

Predict the most likely location of the next prime from the last prime and last gap, using our empirical gap model.

// Prediction will appear here

Bulk API Test — runs all endpoints, measures latency vs standard

// Click "Run All Tests" to test every endpoint simultaneously and compare against standard baseline
API Endpoints

Ethoryx API — Base URL: https://api.ethoryx.io

Ethoryx Prime Generation
GET
/v1/generate
RSA prime generation · params: bits, method
🔑 X-API-Key
GET
/v1/generate/rsa
RSA prime with fast-mode option · params: bits, method (fast|standard)
🔑 X-API-Key
GET
/v1/generate/ntt
NTT-compatible prime · q ≡ 1 (mod ntt_mod) · params: bits, ntt_mod, count
🔑 X-API-Key
GET
/v1/generate/fhe
FHE coefficient chain · SEAL/OpenFHE · params: n, count, bits_each · Starter+
🔑 Starter+
GET
/v1/generate/rsa-pair
RSA key pair (p, q, n) · params: bits (512|1024|2048)
🔑 Pro+
Utilities
GET
/v1/optimize/next
Next-prime optimization · params: last_prime, last_gap · Public
No auth
GET
/v1/verify
Primality verification + NTT check · param: n · Free
No auth
GET
/v1/account
Account status and calls remaining
🔑 X-API-Key
GET
/v1/status
API health check · version · all endpoints listed
No auth
Auth
POST
/v1/auth/register
Create account · body: {name, email, password, plan} · returns JWT + API key
No auth
POST
/v1/auth/login
Sign in · body: {email, password} · returns JWT token
No auth
GET
/v1/auth/me
Current user profile + account usage
🔑 Bearer
GET
/v1/usage/history
Full API call history for this account · param: limit (max 500)
🔑 Bearer