Add Profile(s) to Video Preset
Adds profiles to a video preset. Profiles are given by Uiza and cannot be changed. Maximum number of profiles is determined by User's Tier (Developer - 1, Team - 3, Business - 6).
/v1/video_presets/:id:add_profiles
POST
https://api.uiza.sh/v1/video_presets/:id:add_profiles
Path Parameters
Name
Type
Description
id
string
The unique identifier of your video preset to be retrieve.
Request Body
Name
Type
Description
profile_ids
string
The identifier of the video profile to be add to this preset. You can add multiple profile by adding multiple profile ids separate by ,
Sample Request
Last updated