✨ NEW:SORA Watermark Remover - Remove watermarks from SORA generated videos. · Try it now
cURL
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.
POST
--request POST 'https://modelslab.com/api/v6/3d/base64_to_url' \
{ "key":"", "init_obj":"data:model/obj;base64,<base64>" }
Your API Key used for authenticating your request
The base64 format of the 3D object file to be uploaded
Upload success response
success
Unique identifier for the uploaded file
Array containing the URL of the uploaded 3D object
Was this page helpful?