Resolve
Resolves rendered pose or animation for given avatar & rendering id.
Last updated
Was this helpful?
Resolves rendered pose or animation for given avatar & rendering id.
Last updated
Was this helpful?
On success the endpoint returns HTTP 200 OK as well as a JSON body containing rendered animation or pose.
Make sure to query processing status first for newly created renderings. See for details.
The actual rendered pose or animation is stored as Attachment. Hence returned JSON object includes a reference to an attachment. Embedded URL will automatically redirect to the download location of rendered pose (image/png) or animation (image/gif). Alternatively you can explicitly resolve the attachment's location using returned attachment.id
. See for details.