Overview
Transform photos into cartoon-style artwork. Choose from multiple cartoon styles to give your images a unique artistic look. Perfect for avatars, social media content, and creative projects.
Parameters
Request body parameters for this API
| Name | Type | Required | Description |
|---|---|---|---|
image_url | string | Required | URL of the image to cartoonize |
style | string | Optional | Cartoon style (see /api/v1/styles for available styles) |
watermark | boolean | Optional | Add watermark to output image |
watermark_url | string | Optional | Custom watermark image URL |
watermark_scale | number | Optional | Watermark scale (0.05-1.0) |
watermark_opacity | number | Optional | Watermark opacity (0.1-1.0) |
watermark_position | string | Optional | Position: center, top-left, top-right, bottom-left, bottom-right |
Response
Response fields returned by this API
| Field | Type | Description |
|---|---|---|
id | string | Unique job identifier |
status | string | Job status: queued, processing, completed, failed |
output_url | string | URL of the cartoonized image |
watermarked_url | string | URL of watermarked image (if watermark enabled) |
Examples
Code examples coming soon
Detailed code examples in multiple languages will be added here.
Features
- Multiple cartoon styles
- Preserves facial features
- High-quality stylization
- Works with portraits and scenes
- Optional watermarking
Use Cases
- Creating cartoon avatars
- Social media profile pictures
- Artistic photo transformations
- Gift and merchandise designs
- Content creator assets
Quick Links