Skip to main content
PATCH
/
api
/
models
/
{model}
/
deployments
/
{name}
/
run
/
{path}
Online deployment HTTP proxy (PSK-Bearer)
curl --request PATCH \
  --url https://api.example.com/api/models/{model}/deployments/{name}/run/{path}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.nx1cloud.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string | null

Path Parameters

model
string
required
name
string
required
path
string
required

Response

Successful Response