Skip to main content

Style a model

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

Query Parameters

  • id - string - required

    ID of the model

  • style - string - required

    Style to be applied

    Allowed types: lego, voxel, voronoi

Headers

  • x-api-key - - optional

    Your API token

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

-d style=VALUE \

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

Response

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