Execute video-related functions like loading available voices.
cURL
curl --request POST \ --url https://api.postiz.com/public/v1/video/function \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "functionName": "loadVoices", "identifier": "image-text-slides" } '
{ "voices": [ { "id": "<string>", "name": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.postiz.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.postiz.com/llms.txt
Use this file to discover all available pages before exploring further.
{ "functionName": "loadVoices", "identifier": "image-text-slides" }
Your Postiz API key
Function to execute
Video type identifier
Additional parameters
Function executed successfully
Show child attributes
Was this page helpful?