---
title: "Seek to a position in the current file."
method: POST
path: "/api/flows/{flow_id}/blocks/{block_id}/player/seek"
tags: ["media_player"]
---

# Seek to a position in the current file.

`POST /api/flows/{flow_id}/blocks/{block_id}/player/seek`

## Path parameters

- `flow_id` string, required
- `block_id` string, required

## Request body

- SeekRequest — Request to seek to a position.
  - `position_ns` integer, required — Position in nanoseconds

## Response `200`

Seek performed

## Other responses

- `400` — Seek failed
- `404` — Player not found

---

[API](https://skmtc.dev/eyevinn/apis/strom-api.md) · [All operations](https://skmtc.dev/eyevinn/apis/strom-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eyevinn/strom-api/revisions/0df7ca64263f/schema)
