---
title: "Video function"
method: POST
path: "/video/function"
tags: ["Video Generation"]
---

# Video function

`POST /video/function`

Execute video-related functions like loading available voices.

## Request body

- object
  - `functionName` string, required — Function to execute
  - `identifier` string, required — Video type identifier
  - `params` object — Additional parameters

## Response `200`

Function executed successfully

- object
  - `voices` object[]
    - `id` string
    - `name` string

---

[API](https://skmtc.net/postiz/apis/postiz-public-api.md) · [All operations](https://skmtc.net/postiz/apis/postiz-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/postiz/postiz-public-api/revisions/91e98b6af585/schema)
