Image Generation

Generate Avatar

Produces a personalized avatar image based on a textual description provided by the user.

It is ideal for creating unique profile pictures, characters for games, or digital representations for various applications.

post/image/v1/generate_avatar

Headers

X-Request-Idstring

Request body

promptstring required

Character description to generate avatar with.

nsfw_policy'filter' | 'allow'

Policy for handling NSFW results. When NSFW images are filtered - an error with code 535 is returned.

Example request

{
  "prompt": "cyber woman with pink hair and tattoos"
}

Response

Successful Response

image_b64string required

Generated avatar image as base64 string.

Changes

No recorded changes to this endpoint across all 1 revision of this API.