NACA 4/5-digit airfoil family as STEP or IGES NURBS curves (digits, chord, points, toleran
NACA 4/5-digit airfoil family as STEP or IGES NURBS curves (digits, chord, points, tolerance)
30000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-17
updated
Provider
genworks.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x7Ac7fDc938839dc67C603733AB118d1ece7F9ace",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "30000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"chord": 1,
"digits": "2412",
"format": "step",
"points": 216,
"tolerance": 0.0005,
"trace": "1"
},
"type": "http"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"chord": {
"description": "Scale factor applied to the unit chord; default 1",
"type": "number"
},
"digits": {
"description": "One NACA 4- or 5-digit code, or a comma-separated family of up to twelve, e.g. 0012,2412,23012",
"type": "string"
},
"format": {
"description": "step or iges; default step (or request /cad.stp, /cad.igs)",
"type": "string"
},
"points": {
"description": "Sample points per airfoil, 50 to 500; default 216",
"type": "integer"
},
"tolerance": {
"description": "NURBS approximation tolerance, 0.0001 to 0.01; default 0.0005",
"type": "number"
},
"trace": {
"description": "1 to be given the free verification record for this result (the contract, the standards, the checks, the numbers); omitted, nothing extra is included",
"type": "string"
}
},
"required": [
"digits"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://genworks.com/demo/naca-nurbs/cad" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://genworks.com/demo/naca-nurbs/cad");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://genworks.com/demo/naca-nurbs/cad")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/15418.json, and this resource appears in /discovery/resources and /discovery/search.