v1

latestOpenAPI 3.0.02026-07-248574216.0 KB
Avatar

Get the instant avatar inferences.

Avatar Creation is initiated via the Instant Avatar API and is an asynchronous process. To learn more about the status of the avatar creation and whether avatars are ready, regular checks should be done. The recommended intervals are

  • First check: 20 seconds.
  • Next checks: every 10 seconds.
get/avatars/instant/{inference_id}

Path parameters

inference_idstring required

The avatar inference identifier.

Response

Success.

status'ACCEPTED' | 'IN_PROGRESS' | 'DONE' | 'FAILED' | 'IMAGE_NOT_VALID'

The status of the submitted request. Pay attention to handle these properly:

  • ACCEPTED
  • IN_PROGRESS
  • DONE
  • FAILED
  • IMAGE_NOT_VALID