Last updated 7 months ago
View a file that's located in an upload portal (requires JWT auth). File might be converted (e.g. Parquet) or truncated (e.g. CSV).
Portal ID
OK
const response = await fetch('https://studio.edgeimpulse.com/v1/api/portals/{portalId}/files/view?path=text', { method: 'GET', headers: {}, }); const data = await response.json();
binary