Skip to main content

Rig a model

Rig an existing model. Currently only supported for the 'advanced' quality models. Please make sure to check if the model can be rigged or not to save time.

Query Parameters

  • id - string - required

    ID of the model

Headers

  • x-api-key - - optional

    Your API token

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

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

Response

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