Skip to main content

Check if a model is Riggable

Check if a model is riggable. Currently only supported for the 'advanced' quality models.

Query Parameters

  • id - string - required

    ID of the model

Headers

  • x-api-key - - optional

    Your API token

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

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

Response

{
"success": true,
"data": "true/false depending on the model is riggable or not"
}