Avatar
Avatar Status
Check the generation status of a specific avatar look
GET
Documentation Index
Fetch the complete documentation index at: https://docs.hoox.video/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This endpoint allows you to check the generation status of a specific avatar look. Use this to monitor the progress of avatar creation or editing operations.Authentication
This endpoint requires API key authentication. Include your API key in the
Authorization header.Query Parameters
Unique identifier of the avatar.
Unique identifier of the look to check.
Response
Unique identifier of the avatar.
Unique identifier of the look.
Current status:
pending, processing, completed, or failed.Result object (only present when status is
completed).Error object (only present when status is
failed).Error Codes
INVALID_VALUE: Missing required parameter (avatar_idorlook_id)Space not found: The space associated with the API key doesn’t existAvatar not found: No avatar found with the specifiedavatar_idLook not found: No look found with the specifiedlook_idfor the avatarLOOK_GENERATION_FAILED: The look generation process failed (returned in status response when status isfailed)

