Neural Interface API
The Forge REST API allows for programmatic control over neural routing paths and inference load balancing across the distributed cluster.
POST /v1/infer/neural-route
Auth RequiredInitialize a neural handshake and define routing depth parameters.
{
"prompt_id": "TRANS_99",
"neural_depth": 0.85,
"priority": "high_fidelity",
"cluster_lock": true
}
Body Parameters
| Attribute | Type | Description |
|---|---|---|
| prompt_id | string | Unique identifier for the transmission sequence. |
| neural_depth | float | Targeted complexity of the inference (0.0 - 1.0). |