Skip to main content
POST
Upload 3D object from base64

Request

Make a POST request to below endpoint and pass the required parameters as a request body.
curl

Body

json

Body

application/json
key
string
required

Your API Key used for authenticating your request

init_obj
string
required

The base64 format of the 3D object file to be uploaded

Pattern: ^data:model\/[a-zA-Z0-9]+;base64,[A-Za-z0-9+\/]+=*$

Response

Upload success response

status
enum<string>
Available options:
success
id
integer

Unique identifier for the uploaded file

output
string<uri>[]

Array containing the URL of the uploaded 3D object