Get A profile
Developing
GET
/projects/{projId}/encoding-profiles/{encodingType}/{profileId}
Get A Encoding profile of a project
GET
/projects/<project_id>/encoding-profiles/<encodingType>/<profile_id>
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/2c337aa2-5a5d-41c7-99c7-2a1218c3c46f'
Response Response Example
{"message":"Encoding Fetched Successfully","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}]},"success":true}
Request
Path Params
projId
stringÂ
required
Example:
f32a0116-fe11-454c-8e6a-5ff4101882e5
encodingType
stringÂ
required
Example:
vod
profileId
stringÂ
required
Example:
2c337aa2-5a5d-41c7-99c7-2a1218c3c46f
Responses
Modified at 2025-06-19 04:59:01