Currently, the upload file to the media library only returns the file ID.
There is a list of all media files but you cannot query by the file ID in that endpoint either.
We'd like either the file URL to be returned from the Upload Media File endpoint or allow to use of the Media File ID in the query of the List Media File endpoint so that we can get the file URL
Our workaround is appending a UUID to our file name and querying by that but not the most efficient.