Skip to main content

Create Avatars

Create Avatars

Query Parameters
    collection any
Request Body required
    name Name required
    output_format object
    style object
    img Img
    head_id Head Id
    body_id uuid required
    collection_id Collection Id
    create_thumbnail Create Thumbnail

    Default value: false

    optimize Optimize

    Default value: false

    Only available for .glb files. You need to load KHR_mesh_quantization EXT_meshopt_compression, KHR_texture_transform extensions in your environment to be able to use optimized avatars.

    use_lod Use Lod

    Default value: false

    When sending lod=True we're gonna generate your avatar with different level of detail, but process will take longer

Responses

Successful Response


Schema
    name Name required
    output_format object
    style object
    id uuid required
    avatar_link uri required

    Possible values: non-empty

    created_at date-time required
    updated_at date-time required
    thumbnail_url Thumbnail Url
    body_id Body Id
    head_id Head Id
    lod object
    halfbody_url Halfbody Url
Loading...