---
title: "Move ONVIF device to PTZ preset"
method: POST
path: "/cameras/{id}/goto-preset/"
tags: ["cameras"]
---

# Move ONVIF device to PTZ preset

`POST /cameras/{id}/goto-preset/`

Use this method to move ONVIF device to PTZ preset.

## Path parameters

- `id` integer, required

## Request body

- OnvifPresetRequest
  - `profile_token` string, required — Onvif profile token
  - `preset_token` string, required — Onvif PTZ preset token

## Response `204`

No response body

---

[API](https://skmtc.dev/ntechlab/apis/internal-api-documentation.md) · [All operations](https://skmtc.dev/ntechlab/apis/internal-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ntechlab/internal-api-documentation/revisions/fe217a895bc7/schema)
