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

RenderReadyWebhook(RenderReadyWebhook)

Triggered after rendering completes successfully or with failure.

id#

ID will be the same as in /renders/new response.

render_url#

If status='ready' -- render_url contains url of the image.
Url is temporary and should be used only to download image to your servers as soon as webhook received.
If status='failed' -- render_url will be null.

{
    "avatar_id": "ceaabbd8-6fdf-460c-878c-7d0ae67338c0",
    "user_id": "string",
    "event": "render.ready",
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "status": "ready",
    "render_url": "string"
}
Built with