File size: 492 Bytes
4348dc5
 
 
 
 
 
 
 
 
 
 
 
 
 
2eea766
4348dc5
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# /v1

The first version of the public API

Note that this API is a work in progress and should be considered a draft.

It is subject to unannounced changes.

## /create

This endpoint will generate a .clap (story only) from a prompt

## /edit

This endpoint will edit a .clap to change entities, storyboards, videos etc

## /export

This endpoint will export a .clap to a static video

parameters:

### f: format (either "mp4" or "webm")

Example:

`POST <some_clap> /api/v1/export?f=webm`