Avatar
Avatar Status
Check the generation status of a specific avatar look
GET
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
string
required
Unique identifier of the avatar.
string
required
Unique identifier of the look to check.
Response
string
Unique identifier of the avatar.
string
Unique identifier of the look.
string
Current status:
pending, processing, completed, or failed.object
Result object (only present when status is
completed).object
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)

