Skip to main content
V1 exposes two independent 3D conversion operations: Avatar converts an image into a 3D character model, and Animation converts a video into a 3D animation. These operations return a downloadable result and are separate from reusable Character and Motion assets. All endpoints require Authorization: Bearer YOUR_API_KEY.

Create an Avatar

POST /v1/avatars Send multipart/form-data.

Get an Avatar

GET /v1/avatars/{avatar_id}

Create an Animation

POST /v1/animations Send multipart/form-data.

Get an Animation

GET /v1/animations/{animation_id}
Poll either resource every 5 seconds until status is ready or failed. A ready response contains model_url, which is the downloadable 3D artifact.
3D task records and signed output URLs are retained for one hour. Download the finished artifact promptly and persist it in your own storage if needed.

3D response fields

V1 currently supports create and get operations for 3D resources. List and delete endpoints are not available.

Endpoint response rules