Use the Media Service to validate information for a file.
OK
const response = await fetch('api.rair.market/api/upload/validate', { method: 'GET', headers: {}, }); const data = await response.json();