---
layout: default
title: Advanced
permalink: /guides/advanced/
parent: Guides
has_children: true
nav_order: 4
description: >-
Advanced API features including cookie banner blocking, duplicate detection, account usage, and Base64 encoding.
---
# Advanced Features
{: .no_toc }
{: .fs-9 }
Get more from the API.
{: .fs-4 .fw-300 }
| Guide | Description |
|:------|:------------|
| [Blocking Cookie Banners](/guides/advanced/blocking-cookie-banners/) | Hide consent popups in screenshots |
| [Duplicate Detection](/guides/advanced/duplicate-detection/) | Reuse identical recent images without extra image credits |
| [Account Usage](/guides/advanced/account-usage/) | Track your API usage programmatically |
| [Base64 to Image](/guides/advanced/base64/) | Work with Base64-encoded images |
| [HTTP Proxies](/guides/advanced/proxies/) | Route renders through your own HTTP proxy |
| [Jumbo Images](/guides/advanced/jumbo-images/) | Render images larger than 8000px by splitting into tiles |
| [Storage Destinations](/guides/advanced/storage-destinations/) | Store rendered images to your own S3-compatible bucket |