Current Balance
0
credits
Active Keys
0
STL Repair Tool
Fix non-manifold meshes
API Documentation
Integration guides & reference
Remesh App
Web-based quad remesher
| Name | Key | Last Used | Created | Actions |
|---|---|---|---|---|
| No API keys yet. Create your first key to get started. | ||||
| Date | Type | Description | Amount | Balance After |
|---|---|---|---|---|
| Loading transaction history... | ||||
Quick Start
Use your API key to authenticate requests to the Remeshy API.
curl -X POST https://api.remeshy.com/api/jobs \
-H "X-Api-Key: rms_live_your_key" \
-H "Content-Type: application/json" \
-d '{
"file_url": "https://example.com/model.glb",
"settings": {
"target_count": 5000,
"adaptive_size": 50
},
"output_formats": ["fbx", "obj", "glb"]
}'
For full documentation, visit remeshy.com/api-docs