File tree Expand file tree Collapse file tree 1 file changed +29
-1
lines changed
Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -226,12 +226,23 @@ Response:
226226}
227227```
228228
229+ ---
230+
229231## NEW! (Generate videos with AI)
230232
233+ Request:
231234``` http
232235POST https://api.postiz.com/public/v1/generate-video
233236```
234237
238+ Response:
239+ ``` json
240+ [{
241+ "id" : " string" ,
242+ "path" : " URL of the generated video"
243+ }]
244+ ```
245+
235246### Payload (Slides of images)
236247``` json
237248{
@@ -244,13 +255,30 @@ POST https://api.postiz.com/public/v1/generate-video
244255}
245256```
246257
258+ Get voices
259+ ``` http
260+ POST https://api.postiz.com/public/v1/video/image-text-slides/loadVoices
261+ ```
262+
263+ Response
264+ ``` json
265+ {
266+ "voices" : [
267+ {
268+ "id" : " string" ,
269+ "name" : " string"
270+ }
271+ ]
272+ }
273+ ```
274+
247275### Payload (VEO3 fast video) - Subscribed users after trial
248276``` json
249277{
250278 "type" : " veo3" ,
251279 "output" : " vertical|horizontal" ,
252280 "customParams" : {
253- "voice " : " " ,
281+ "prompt " : " " ,
254282 // images - optional (Maximum 3 images)
255283 "images" : [{"id" : " string" , "path" : " string" }]
256284 }
You can’t perform that action at this time.
0 commit comments