Uiza Documentation
2020-07-01
Search
K
Comment on page

Create a Video Preset

A live entity and video entity is encoded by attaching a preset. Once a preset is attached to the entity, Uiza will encode the entity according to the profiles in the preset.
post
https://api.uiza.sh
/v1/video_presets
/v1/video_presets
Sample Request
curl --location --request POST 'https://api.uiza.sh/v1/video_presets' \
--header 'Authorization: uap-a1c559e57f5846d39ec50b2df062caf8-b1cef5b6' \
--data-raw '{
"name": "Best preset for iPhone",
"description": "Made by developer",
"profile_ids": "abe71abb-6281-11ea-883b-028fc5698662,735299b7-5988-11ea-883b-028fc5698662"
}'