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:
226
226
}
227
227
```
228
228
229
+ ---
230
+
229
231
## NEW! (Generate videos with AI)
230
232
233
+ Request:
231
234
``` http
232
235
POST https://api.postiz.com/public/v1/generate-video
233
236
```
234
237
238
+ Response:
239
+ ``` json
240
+ [{
241
+ "id" : " string" ,
242
+ "path" : " URL of the generated video"
243
+ }]
244
+ ```
245
+
235
246
### Payload (Slides of images)
236
247
``` json
237
248
{
@@ -244,13 +255,30 @@ POST https://api.postiz.com/public/v1/generate-video
244
255
}
245
256
```
246
257
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
+
247
275
### Payload (VEO3 fast video) - Subscribed users after trial
248
276
``` json
249
277
{
250
278
"type" : " veo3" ,
251
279
"output" : " vertical|horizontal" ,
252
280
"customParams" : {
253
- "voice " : " " ,
281
+ "prompt " : " " ,
254
282
// images - optional (Maximum 3 images)
255
283
"images" : [{"id" : " string" , "path" : " string" }]
256
284
}
You can’t perform that action at this time.
0 commit comments