Skip to main content

Animate a model

Animate an existing model. Currently only supported for the 'advanced' quality models.

Query Parameters

  • id - string - required

    ID of the model

  • animation - string - required

    Animation to be applied

    Allowed types: walk, run, dive

Headers

  • x-api-key - - optional

    Your API token

GET:/3d-model-gen/animate
curl -X GET -G https://api.metakraft.ai/v1/3d-model-gen/animate
-d id=VALUE \

-d animation=VALUE \

-H "x-api-key: HEADER_VALUE" \

Response

{
"success": true,
"data": "GLB_URL_OF_MODEL"
}