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