Returns a list of encoding profiles from your account filtered and sorted on the parameters your specify.
https://streamio.com/api/v1/encoding_profiles.format
GET
200
[ | |
{ | |
"created_at": "2010-11-23T14:04:12Z", | |
"frame_rate": 25.0, | |
"title": "Test", | |
"audio_channels": 1, | |
"audio_sample_rate": 22050, | |
"updated_at": "2010-11-23T14:04:12Z", | |
"account_id": "4cebc7b25412902dda00003a", | |
"audio_bitrate": 64, | |
"tags": [ | |
"asdf", | |
"qwer" | |
], | |
"id": "4cebc7b25412902dda00003d", | |
"desired_video_bitrate": 1000, | |
"width": 450 | |
} | |
] |
Find encoding profiles tagged with "sports" or "nature" with the tags parameter.
curl -u username:password https://streamio.com/api/v1/encoding_profiles.json?tags=sports%2Cnature
Find encoding profiles tagged with both "sports" and "england" with the tags.all parameter.
curl -u username:password https://streamio.com/api/v1/encoding_profiles.json?tags.all=sports%2Cengland