NFT Avatar Generator avatar
NFT Avatar Generator

Pricing

$5.00 / 1,000 images

Go to Apify Store
NFT Avatar Generator

NFT Avatar Generator

Developed by

Hung Dinh

Hung Dinh

Maintained by Community

Generate customizable multi NFT avatars in bulk with name-based seeds, SVG/PNG export options, and APIfy integration

0.0 (0)

Pricing

$5.00 / 1,000 images

1

2

2

Last modified

5 days ago

NFT Avatar Generator

A sophisticated multicultural NFT avatar generation application designed to run on the APIfy platform.

Features

Quickly generate multiple avatars with customizable quantity
Support for creating avatars with random names or random strings
Export results in SVG or PNG format
Fully integrated with the APIfy platform

How to Use

Input

ParameterDescription
countNumber of avatars to generate (default: 10, maximum: 1000)
useRandomNamesUse random names instead of random strings (default: true)
formatOutput format for avatars: "svg" or "png" (default: "svg")

Output

Results will be stored in the APIfy dataset with the following structure for 30 days:

Dataset JSON Format

// For SVG format
{
"id": "AvatarId",
"svg": "<svg>...</svg>",
"svgUrl": "https://api.apify.com/v2/key-value-stores/...",
"format": "svg",
"createdAt": "2023-07-01T12:34:56.789Z"
}
// For PNG format
{
"id": "AvatarId",
"png": "base64EncodedPngData",
"pngUrl": "https://api.apify.com/v2/key-value-stores/...",
"format": "png",
"contentType": "image/png",
"createdAt": "2023-07-01T12:34:56.789Z"
}

Actor Run Results

{
"summary": {
"title": "NFT Avatar Generation Report",
"totalAvatars": 10,
"format": "svg",
"useRandomNames": true,
"completedAt": "2023-07-01T12:34:56.789Z"
},
"avatarCount": 10,
"htmlReportUrl": "https://api.apify.com/v2/key-value-stores/.../records/OUTPUT_HTML",
"zipFileUrl": "https://api.apify.com/v2/key-value-stores/.../records/avatars.zip"
}

Accessing Results

  1. Log Output: After the actor run completes, check the log for URLs to access the HTML gallery and ZIP download.

  2. Key-Value Store: Access all generated files at Apify Console Key-Value Stores or in the "Key-value store" tab of your actor run results.

  3. HTML Report: A complete gallery with preview and download options for each avatar.

  4. ZIP Archive: Contains all generated avatars in the selected format.

⚠️ Important: Generated avatars are stored in the APIfy dataset for 30 days, after which they may be automatically removed.

Configuration

SettingValue
Timeout3600 seconds
Memory128MB
Maximum results1000 items

Example Avatars

Here are some examples of avatars generated by this tool:

Avatar Examples Avatar Examples

Note: The actual avatars will vary as each generation creates unique designs based on random inputs.

License

MIT - Free to use for personal and commercial projects

About

This project utilizes a sophisticated avatar generation library to create unique, multicultural NFT avatars.