Avaturn
  1. Schemas
Avaturn
  • Create User
    POST
  • Delete User
    DELETE
  • New Session
    POST
  • List User Avatars
    GET
  • New Avatar
    POST
  • Get Customization
    GET
  • Set Customization
    PUT
  • Delete User Avatar
    DELETE
  • Render User Avatar Async
    POST
  • Create Export
    POST
  • 数据模型
    • Schemas
      • AssetSlot
      • AssetSlotWithColor
      • AssetSlotWithColor
      • AssetSlots
      • AvatarBody
      • AvatarListItem
      • AvatarReadyWebhook
      • BoneScale
      • CreateOrEditExistingSessionConfig
      • CreateSessionConfig
      • EditExistingSessionConfig
      • ExportReadyWebhook
      • ExternalAvatarCustomization
      • ExternalAvatarCustomization
      • HTTPValidationError
      • NewAvatarRequest
      • NewAvatarResponse
      • NewExportResponse
      • NewSessionRequest
      • NewSessionResponse
      • NewUserResponse
      • RenderReadyWebhook
      • RenderResult
      • RenderStatus
      • ScanStatus
      • ValidationError
      • Model
      • Model
  1. Schemas

ExternalAvatarCustomization-Output(ExternalAvatarCustomization)

{
    "assets": {
        "clothing": {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
        },
        "hair_and_headwear": {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "color": "#aabbcc"
        },
        "eyewear": {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "color": "#aabbccaa"
        },
        "footwear": {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
        }
    },
    "body": "body_0",
    "age": "adult",
    "metadata": {
        "property1": "string",
        "property2": "string"
    },
    "bone_scale": {
        "head": 0,
        "arms": 0,
        "chest": 0
    },
    "skin_tone_correction": 0
}
Built with