Get all profiles
Developing
GET
/projects/{projId}/encoding-profiles/{encodingType}
Get All Encoding profile of a project
/projects/<project_id>/encoding-profiles/<encodingType>
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.vidinfra.com/v1/projects/f32a0116-fe11-454c-8e6a-5ff4101882e5/encoding-profiles/vod'
Response Response Example
{"message":"vod encoding List","result":[{"id":"2990f2aa-252d-43f6-8c5b-980aa44f1ef9","project_id":"8813d154-3e6a-457e-bcdb-283ede3fe365","name":"Profile2","is_default":true,"enable_per_title_encoding":false,"thumbnail":{"height":270,"image_format":"jpg","output_path":".jpg","time":0.1,"width":270},"generate_mp4":true,"crop":{"out_h":200,"out_w":100,"x":10,"y":20},"image_overlay":{"url":"http://example.com/overlay.jpg"},"text_overlay":{"text":"Raka"},"trim":{"end":20,"start":10},"created_at":"2024-04-17T16:46:46+06:00","created_by":"04f131d0-b8d5-42cd-8e66-9495299e75cf","encoding_presets":[{"id":"045d4696-dfeb-41eb-805f-5dfbb6526ded","encoding_profile_id":"2990f2aa-252d-43f6-8c5b-980aa44f1ef9","width":1920,"height":1080,"min_bitrate":1000,"max_bitrate":5000,"optimize_bitrate":true,"bitrate":3000,"video_codec":"h264","audio_codec":"aac","audio_rate":128},{"id":"f191b06f-ae7a-4139-861e-beb0e6d8ab0b","encoding_profile_id":"2990f2aa-252d-43f6-8c5b-980aa44f1ef9","width":1080,"height":720,"min_bitrate":2000,"max_bitrate":6000,"optimize_bitrate":true,"bitrate":5000,"video_codec":"h265","audio_codec":"aac","audio_rate":128}]},{"id":"47f8da4f-a35b-463f-9343-10d29980d8b9","project_id":"8813d154-3e6a-457e-bcdb-283ede3fe365","name":"Profile3","is_default":true,"enable_per_title_encoding":false,"thumbnail":{"height":270,"image_format":"jpg","output_path":".jpg","time":0.1,"width":270},"generate_mp4":true,"crop":{"out_h":200,"out_w":100,"x":10,"y":20},"image_overlay":{"url":"http://example.com/overlay.jpg"},"text_overlay":{"text":"Raka"},"trim":{"end":20,"start":10},"created_at":"2024-04-17T16:47:34+06:00","created_by":"04f131d0-b8d5-42cd-8e66-9495299e75cf","encoding_presets":[{"id":"1c8ed759-5009-4d6a-9713-f230da34e49b","encoding_profile_id":"47f8da4f-a35b-463f-9343-10d29980d8b9","width":1080,"height":720,"min_bitrate":2000,"max_bitrate":6000,"optimize_bitrate":true,"bitrate":5000,"video_codec":"h265","audio_codec":"aac","audio_rate":128},{"id":"dea7ffdb-41a3-4784-b295-57faf0ab4ed8","encoding_profile_id":"47f8da4f-a35b-463f-9343-10d29980d8b9","width":1920,"height":1080,"min_bitrate":1000,"max_bitrate":5000,"optimize_bitrate":true,"bitrate":3000,"video_codec":"h264","audio_codec":"aac","audio_rate":128}]},{"id":"5b76958c-b622-4c23-9760-69ba85dd3bb0","project_id":"8813d154-3e6a-457e-bcdb-283ede3fe365","name":"Profile1","is_default":true,"enable_per_title_encoding":false,"thumbnail":{"height":270,"image_format":"jpg","output_path":".jpg","time":0.1,"width":270},"generate_mp4":true,"crop":{"out_h":200,"out_w":100,"x":10,"y":20},"image_overlay":{"url":"http://example.com/overlay.jpg"},"text_overlay":{"text":"Raka"},"trim":{"end":20,"start":10},"created_at":"2024-04-17T16:43:17+06:00","created_by":"04f131d0-b8d5-42cd-8e66-9495299e75cf","encoding_presets":[{"id":"42be225f-3566-48ef-938f-d8ce3aba7aa1","encoding_profile_id":"5b76958c-b622-4c23-9760-69ba85dd3bb0","width":1920,"height":1080,"min_bitrate":1000,"max_bitrate":5000,"optimize_bitrate":true,"bitrate":3000,"video_codec":"h264","audio_codec":"aac","audio_rate":128},{"id":"a2e7e35d-e1a2-4f7f-b829-664ec4dc8e90","encoding_profile_id":"5b76958c-b622-4c23-9760-69ba85dd3bb0","width":1080,"height":720,"min_bitrate":2000,"max_bitrate":6000,"optimize_bitrate":true,"bitrate":5000,"video_codec":"h265","audio_codec":"aac","audio_rate":128}]},{"id":"987e1b61-74ff-4808-b6e4-6b37eb28b240","project_id":"8813d154-3e6a-457e-bcdb-283ede3fe365","name":"Profile1","is_default":true,"enable_per_title_encoding":false,"thumbnail":{"height":270,"image_format":"jpg","output_path":".jpg","time":0.1,"width":270},"generate_mp4":true,"crop":{"out_h":200,"out_w":100,"x":10,"y":20},"image_overlay":{"url":"http://example.com/overlay.jpg"},"text_overlay":{"text":"Raka"},"trim":{"end":20,"start":10},"created_at":"2024-04-17T16:39:58+06:00","created_by":"04f131d0-b8d5-42cd-8e66-9495299e75cf","encoding_presets":null}],"success":true}
Request
Path Params
projId
stringÂ
required
Example:
f32a0116-fe11-454c-8e6a-5ff4101882e5
encodingType
stringÂ
required
Example:
vod
Responses
Modified at 2025-06-19 04:59:01