Skip to main content
You are viewing the v1 (legacy) documentation. Toonify has been removed in v2. See the v2 documentation.

Overview

Toonify converts images into cartoon-style illustrations using AI.

Usage

from scrapegraph_py import Client

client = Client(api_key="your-api-key")

response = client.toonify(
    website_url="https://example.com/image.jpg"
)