Skip to main content
POST
/
api
/
v1
/
inference
Inference
curl --request POST \
  --url https://api.example.com/api/v1/inference \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '
{
  "endpoint_name": "<string>",
  "input_parameters": {},
  "unique_parameter_names": [
    "<string>"
  ],
  "secure_parameters": {},
  "rdp_parameter": {
    "host": "<string>",
    "username": "<string>",
    "password": "<string>"
  },
  "max_timeout_in_minutes": 10,
  "use_proxy": false,
  "is_dedicated": false
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

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

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

Headers

x-api-key
string
required

Body

application/json
endpoint_name
string
required
input_parameters
Input Parameters · object
required
unique_parameter_names
string[]
secure_parameters
Secure Parameters · object
rdp_parameter
RDPParameter · object
max_timeout_in_minutes
integer
default:10
use_proxy
boolean
default:false
is_dedicated
boolean
default:false

Response

Successful Response