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}"
Response
HTTP/1.1 204 No Content
X-Loom-Status: [STATUS]
Last updated
Was this helpful?