Get info of media inputs

This endpoint lets you retrieve detailed information about the media inputs associated with a specific media item. You can use it to verify the media file’s input URL, track its creation status, and check its container format. You must provide the mediaId (either the uploadId or the id) to fetch this information. #### How it works Upon making a `GET` request with the mediaId, FastPix returns a response with: * The public storage input `url` of the uploaded media file. * Information about the media’s video and audio tracks, including whether they were successfully created. * The container format of the uploaded media file (for example, MP4, MKV). This endpoint is particularly useful for ensuring that all necessary tracks (video and audio) have been correctly associated with the media during the upload or media creation process.

Authentication

AuthorizationBasic
FastPix APIs are secured with Basic Authentication. Use your Access Token ID as the username and Secret Key as the password in the Authorization header of each API request. - <b>Username:</b> Access Token ID - <b>Password:</b> Secret Key Activate your FastPix account to generate your API credentials. <a href="https://fastpix.com/docs/getting-started/activate-your-account" target="_blank">See the guide here</a>

Path parameters

mediaIdstringRequiredformat: "uuid"
Pass the list of the input objects used to create the media, along with applied settings.

Response

Get video media input information
successboolean
Shows the request status. Returns true for success and false for failure.
dataobject
Displays the result of the request.