Skip to content

Commit bf2413f

Browse files
committed
feat: more generic video function
1 parent ad32b31 commit bf2413f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pages/public-api.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,15 @@ Response:
257257

258258
Get voices
259259
```http
260-
POST https://api.postiz.com/public/v1/video/image-text-slides/loadVoices
260+
POST https://api.postiz.com/public/v1/video/function
261+
```
262+
263+
Payload
264+
```json
265+
{
266+
"functionName": "loadVoices",
267+
"identifier": "image-text-slides"
268+
}
261269
```
262270

263271
Response

0 commit comments

Comments
 (0)