v1
latestOpenAPI 3.1.02026-07-24650272.2 KBAPI Endpoints
Create Profile
Gumlet provides the functionality of creating multiple video assets using the same set of parameters. A Video profile is a set of parameters that can be referenced/used while creating a video as a single parameter.
post/video/profiles
Request body
Response
200
Example response
{
"profile_id": "61921fb10822a81d955d1730",
"name": "Gumlet-Profile-1",
"transformations": {
"format": "hls",
"audio_codec": [
"aac"
],
"video_codec": [
"libx264"
],
"thumbnail": [
"auto"
],
"thumbnail_format": "png",
"per_title_encoding": true
},
"created_at": 1636966321742
}