- Added support for model
kling-v2-1-master
to POST videos/text2video. - Added support for models
kling-v2-1
,kling-v2-1-master
to POST videos/image2video-frames.kling-v2-1
is now the default model.
Example
- Create Video From Image Frames POST videos/image2video-frames
curl --location 'https://api.useapi.net/v1/kling/videos/image2video-frames' \
--header 'Authorization: Bearer user:1234-abcdefgh' \
--form 'prompt="No smoking\!"' \
--form 'image="https://…"' \
--form 'model_name="kling-v2-1"' \
--form 'duration="10"'
Result
- Instrumental music generated using TemPolor API POST music/instrumental.
curl --location 'https://api.useapi.net/v1/tempolor/music/instrumental' \
--header 'Authorization: Bearer user:1234-abcdefgh' \
--form 'prompt="90x techno song in the club"'