Retrieve asset input info

GET {{baseUrl}}/video/v1/assets/:ASSET_ID/input-info

Returns a list of the input objects that were used to create the asset along with any settings that were applied to each input.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":[{"settings":{"url":"https://muxed.s3.amazonaws.com/leds.mp4"},"file":{"container_format":"mp4","tracks":[{"type":"video","duration":120,"width":1280,"height":720,"frame_rate":30,"encoding":"h.264"},{"type":"audio","duration":120,"sample_rate":16000,"sample_size":24,"encoding":"aac"}]}},{"settings":{"url":"https://example.com/myVideo_en.srt"},"file":{"container_format":"srt"}}]}