⚡ NEW: Flux Klein 9B — Faster inference, stunning quality · Try Now
curl --request POST \
--url https://modelslab.com/api/v6/3d/base64_to_url \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"init_obj": "<string>"
}
'{
"status": "success",
"id": 123,
"output": [
"<string>"
]
}Let’s you to upload a 3D object in base64 format and retrieve a URL for the object.
curl --request POST \
--url https://modelslab.com/api/v6/3d/base64_to_url \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"init_obj": "<string>"
}
'{
"status": "success",
"id": 123,
"output": [
"<string>"
]
}Documentation Index
Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
Use this file to discover all available pages before exploring further.
POST request to below endpoint and pass the required parameters as a request body.
--request POST 'https://modelslab.com/api/v6/3d/base64_to_url' \
{
"key":"",
"init_obj":"data:model/obj;base64,<base64>"
}
Was this page helpful?