curl -X POST https://api.artificialstudio.ai/api/run \
-H "Content-Type: application/json" \
-H "Authorization: YOUR_API_KEY" \
-d '{
"tool": "text-to-3d",
"input": {
"model": "meshy-v6",
"prompt": "A stylized low-poly tree"
}
}'
{
"id": "507f1f77bcf86cd799439011",
"status": "processing",
"tool": "text-to-3d",
"createdAt": "2024-01-15T10:30:00.000Z"
}
Realistic and production-ready 3D models by Meshy.
curl -X POST https://api.artificialstudio.ai/api/run \
-H "Content-Type: application/json" \
-H "Authorization: YOUR_API_KEY" \
-d '{
"tool": "text-to-3d",
"input": {
"model": "meshy-v6",
"prompt": "A stylized low-poly tree"
}
}'
{
"id": "507f1f77bcf86cd799439011",
"status": "processing",
"tool": "text-to-3d",
"createdAt": "2024-01-15T10:30:00.000Z"
}
| Credits | 160 credits |
| Output | GLB (3D model) |
| Tool | text-to-3d |
| Name | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Your API key |
Content-Type | string | Yes | application/json |
| Parameter | Type | Required | Description |
|---|---|---|---|
tool | string | Yes | text-to-3d |
input.model | string | Yes | meshy-v6 |
input.prompt | string | Yes | Description of the 3D object to generate (max 600 characters) |
curl -X POST https://api.artificialstudio.ai/api/run \
-H "Content-Type: application/json" \
-H "Authorization: YOUR_API_KEY" \
-d '{
"tool": "text-to-3d",
"input": {
"model": "meshy-v6",
"prompt": "A stylized low-poly tree"
}
}'
{
"id": "507f1f77bcf86cd799439011",
"status": "processing",
"tool": "text-to-3d",
"createdAt": "2024-01-15T10:30:00.000Z"
}