Verify that the media file exists
POST
https://api.ayrshare.com/api/media/urlExists
Verify that the media file exists when uploaded. It should be used in conjunction with the /media/uploadUrl endpoint.
You will also receive the contentType
of the media file.
A HEAD
request is made to the media URL to verify it exists.
Please be sure the hosting provider is not blocking the HEAD
request.