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>" } ] }
{ "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?