---
title: "Inference"
method: POST
path: "/api/v1/inference"
tags: ["inference"]
---

# Inference

`POST /api/v1/inference`

## Headers

- `x-callback-url` string, nullable
- `x-api-key` string, required

## Request body

- InferenceRequest
  - `endpoint_name` string, required
  - `input_parameters` object, required
  - `unique_parameter_names` string[]
  - `secure_parameters` object
  - `rdp_parameter` RDPParameter
    - `host` string, required
    - `username` string, nullable
    - `password` string, nullable
  - `max_timeout_in_minutes` integer
  - `use_proxy` boolean
  - `is_dedicated` boolean
  - `task_callback_url` string, nullable
  - `task_callback_api_key` string, nullable
  - `max_parallelism` integer
  - `per_login_parallelism` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/optexity/apis/dashboard-backend-api.md) · [All operations](https://skmtc.dev/optexity/apis/dashboard-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/optexity/dashboard-backend-api/revisions/009d78db78bc/schema)
