bio
IdentityGenerate short biography or 'about me' text for user profiles. Produces natural-sounding bios that feel real in your UI.
Example Outputs
Software engineer passionate about open source.Coffee enthusiast. Building the future.Full-stack dev | Dog lover | RunnerAPI Usage
Send a POST request to generate bio 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": "bio",
"type": "bio"
}
]
}
]
}'Common Use Cases
- User profile seeding
- Social media testing
- About page testing
- Bio field validation
Quick Info
- Field Type
- bio
- Category
- Identity
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Generate Bio + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.