Skip to main content

Refine a model

Refine an existing model. Currently only supported for the 'advanced' quality models. Please note that refine process may take more than 10 mins

Query Parameters

  • id - string - required

    ID of the model

Headers

  • x-api-key - - optional

    Your API token

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

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

Response

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