---
title: "Get the instant avatar inferences."
method: GET
path: "/avatars/instant/{inference_id}"
tags: ["Avatar"]
---

# Get the instant avatar inferences.

`GET /avatars/instant/{inference_id}`

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.

## Path parameters

- `inference_id` string, required

## Response `200`

Success.

- object
  - `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
  - `data` object
    - `inference_id` string — The inference identifier.
    - `urls` string[]

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `413` — Request Entity Too Large
- `415` — Unsupported Media Type
- `429` — Too Many Requests
- `431` — Request Header Fields Too Large
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/picsart/apis/picsart-programmable-image-apis.md) · [All operations](https://skmtc.net/picsart/apis/picsart-programmable-image-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/picsart/picsart-programmable-image-apis/revisions/726b2a637ae8/schema)
