NOX API

Programmatic access to quoting, ordering, and order tracking.

The NOX API is currently in development. It will let you request quotes, place orders, track status in real time, and download cert packages, all from your own systems. Join the waitlist below to get early access when we launch.

Planned Endpoints

POST/v1/quote/request
GET/v1/quote/{id}
POST/v1/order
GET/v1/order/{id}
GET/v1/order/{id}/status
GET/v1/order/{id}/certs
GET/v1/orders
GET/v1/inventory

Example Request

POST /v1/quote/request

{
  "alloy": "6061",
  "temper": "T651",
  "thickness": 1.0,
  "width": 12.0,
  "length": 24.0,
  "quantity": 5
}

Example Response

200 OK

{
  "quote_id": "qt_8f3a1b2c",
  "status": "ready",
  "unit_price": 47.82,
  "total": 239.10,
  "currency": "USD",
  "valid_until": "2026-04-11T00:00:00Z",
  "estimated_ship": "2026-04-14"
}

Join the API Waitlist

We will notify you when the API is available for early access.

Already a Nox customer? Reach out to your Nox contact to discuss early API access, or email kelly@noxmetals.co.