---
title: "Start QoE analysis"
method: POST
path: "/qoe/analysis"
tags: ["QoE"]
---

# Start QoE analysis

`POST /qoe/analysis`

## Request body

- QoeAnalysisRequest
  - `fragmentDuration` integer, required — Fragment duration in seconds
  - `paddingDuration` integer, required — Padding duration in seconds
  - `presenterVideoProperties` object
    - `width` integer
    - `height` integer
    - `frameRate` integer
  - `qoeConfig` object

## Response `200`

Analysis started successfully

- object

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/openvidu/apis/browser-emulator-api.md) · [All operations](https://skmtc.dev/openvidu/apis/browser-emulator-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openvidu/browser-emulator-api/revisions/18732332a4cb/schema)
