Texture Mesh
Upload Project
POST
/
texture-mesh
/
project
/
upload
Header
Body
curl -X 'POST' \
'https://api.mirageml.com/texture-mesh/project/upload' \
-H 'accept: multipart/form-data'
{
"statusCode": 200,
"project_id": "66bb509b-7888-427a-b9fc-1a915a46fba0"
}
Description
Create a mesh by uploading the .obj file
Form Data
prompt
string
requiredThe input prompt
files[]
files
curl -X 'POST' \
'https://api.mirageml.com/texture-mesh/project/upload' \
-H 'accept: multipart/form-data'
{
"statusCode": 200,
"project_id": "66bb509b-7888-427a-b9fc-1a915a46fba0"
}