Skip to main content
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_id or look_id)
  • Space not found: The space associated with the API key doesn’t exist
  • Avatar not found: No avatar found with the specified avatar_id
  • Look not found: No look found with the specified look_id for the avatar
  • LOOK_GENERATION_FAILED: The look generation process failed (returned in status response when status is failed)