```
```typescript JavaScript theme={null}
const url = `https://api.collab-kit.com/v1/accounts/${accountId}/storage/c3003c93/uploads/screenshot.png`;
const res = await fetch(url);
const blob = await res.blob();
```
${img.filename} - ${img.uploadedBy ?? 'Unknown'}