MockHero

avatar_url

Identity

Generate unique avatar image URLs using DiceBear. Each URL produces a different SVG avatar, perfect for populating user profiles without storing images.

Example Outputs

https://api.dicebear.com/7.x/avataaars/svg?seed=42https://api.dicebear.com/7.x/avataaars/svg?seed=137

API Usage

Send a POST request to generate avatar url data:

curl -X POST https://mockhero.dev/api/v1/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "tables": [
    {
      "name": "example",
      "count": 5,
      "fields": [
        {
          "name": "avatar_url",
          "type": "avatar_url"
        }
      ]
    }
  ]
}'

Common Use Cases

  • User profile seeding
  • Avatar display testing
  • Social feed mockups
  • Team directory demos

Quick Info

Field Type
avatar_url
Category
Identity
Parameters
None required
Output Format
JSON, CSV, SQL

Try it now

Generate avatar url data instantly in the playground.

Generate Avatar URL + 155 more types via API

One API call. Multiple tables. Relational integrity. Free tier included.

Get Started Free