Upload 3D object from base64
curl --request POST \
--url https://modelslab.com/api/v6/3d/base64_to_url \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"init_obj": "<string>"
}
'{
"id": 123,
"output": [
"<string>"
]
}3D API
Base64 to URL
Let’s you to upload a 3D object in base64 format and retrieve a URL for the object.
POST
/
3d
/
base64_to_url
Upload 3D object from base64
curl --request POST \
--url https://modelslab.com/api/v6/3d/base64_to_url \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"init_obj": "<string>"
}
'{
"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.
Request
Make aPOST request to below endpoint and pass the required parameters as a request body.
curl
--request POST 'https://modelslab.com/api/v6/3d/base64_to_url' \
Body
json
{
"key":"",
"init_obj":"data:model/obj;base64,<base64>"
}
Body
application/json
Was this page helpful?
⌘I

