Resolve Status
Resolves processing status of created rendering.
HEAD /avatars/{AVATAR_ID}/renderings/{RENDERING_ID}
This allows to query the status of a rendering. Please use a reasonable interval of 1+ seconds when querying this endpoint. See Schema > Status for a list of status values.
Request
curl -X HEAD "https://api.loomai.com/v0.5/avatars/{AVATAR_ID}/renderings/{RENDERING_ID}"curl -X HEAD "https://api.loomai.com/v0.5/avatars/5723980430835712/renderings/5723980430835712"Response
HTTP/1.1 204 No Content
X-Loom-Status: [STATUS]HTTP/1.1 204 No Content
X-Loom-Status: inprogressLast updated
Was this helpful?