- Documentation
- API Reference
- Projects
- importer.vidinfra.com
- Auth
- User Registration
- User Login
- Verify-email
- Forgot Password
- Forgot Password Verify OTP
- Forgot Password Set
- Resend OTP
- Logout
- Set Password
- Check Account exists
- Update Password
- Google Oauth Redirect
- Google Oauth Callback
- api-access-check
- New Auth token using Refresh token
- Github Oauth Redirect
- Google Oauth Callback Copy
- Get User Sessions
- Delete User Sessions
- User
- Organization
- Organization's invitations
- Audits
- Members
- API Keys
- Folders
- Videos
- Video Metas
- Video Captions
- Video Chapter
- Uploads
- Tags
- Players
- Webhook Endpoints
- Advertisements
- Webhook Event Logs
- Analytics Direct Api
- geo-distribution
- Project Views
- avg video watch
- Total watch Time
- Project Avg Watch per Unique user
- Total Player Error
- project popularity-analysis
- Project Collection Insights
- Collection Views
- Collection avg Watch time
- Collection Avg Watch per unique user
- Collection Geo Distribution
- Get all Users
- User media views
- User Avg video watch
- user Player log
- user sessions
- Get all Video
- video Player error
- Video View
- video Geo Distribution
- video Avg watch
- copy
- Streams
- Stream Metas
- Usages
- Encoding profile
- Project Matrics
- Access Control
- Analytics
- Project Get geo-distribution
- project views
- Project avg video watch
- Project Total Watch
- Project Avg Watch per Unique user
- Project All Player Errors
- Project Popularity Analysis
- Project Collections insights
- Collection Geo Distribution
- Collection avg watch time
- Collection avg watch per unique User
- Collection Player error
- Video Geo Distribution
- Video views
- Video Avg Watch
- Video Player Log
- User
- User Avg Video Watch
- User Total Watch
- User player error log
- Plan
- Upload Tokens
- subscribe
- Transaction
- Invoice
- vimeo video importer
- test
- transcoding service
- transcoding service v2
- Welcome to vidinfraGET
- health checkGET
- Regions ListGET
- keyPOST
- Untitled EndpointGET
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
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
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
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:8080/v1/projects/f32a0116-fe11-454c-8e6a-5ff4101882e5/encoding-profiles/vod/2c337aa2-5a5d-41c7-99c7-2a1218c3c46f'
Responses
🟢200OK
application/json
Body
message
stringÂ
required
result
objectÂ
required
id
stringÂ
required
project_id
stringÂ
required
name
stringÂ
required
is_default
booleanÂ
required
enable_per_title_encoding
booleanÂ
required
thumbnail
objectÂ
required
generate_mp4
booleanÂ
required
crop
objectÂ
required
image_overlay
objectÂ
required
text_overlay
objectÂ
required
trim
objectÂ
required
created_at
stringÂ
required
created_by
stringÂ
required
encoding_presets
array [object {11}]Â
required
success
booleanÂ
required
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}