Validate 3D assets
before they ship
Health scores, security scans, and optimization insights for GLB, FBX, and OBJ files.
Upload a single GLB, GLTF, or FBX file, or a ZIP archive containing your 3D model with its textures and materials for the most accurate health score.
See It In Action
Run validations from your terminal or CI/CD pipeline
Install via npm and start validating in minutes
npm install -g @meshqa/cliExport Detailed Reports
Generate reports in JSON or Markdown format for documentation, CI/CD integration, or team reviews
-f json-f markdownGenerate reports with a single command
meshqa scan model.glb --output ./reports --format bothHow It Works
Three simple steps to validate your 3D assets
Upload
Drag and drop your ZIP, GLB, FBX, or GLTF file
Analyze
We scan for security issues, check geometry, and calculate health scores
Review
Get actionable insights and recommendations to improve your assets
Works With Your Engine
Engine-specific validation rules ensure your assets are optimized for your target platform
Unity
2021.3+
Unreal Engine
5.0+
Godot
4.0+
Blender
3.0+
Use the --engine flag to apply engine-specific rules
Comprehensive Validation
Everything you need to ensure your 3D assets are production-ready
Scan here on our website or through our dedicated CLI. Free and paid options available for versatility.
Health Scores
Get a 0-100 score based on geometry, textures, optimization, and integrity
Security Scanning
Detect malicious files, executables, and archive bombs before they cause damage
Mesh Analysis
Vertex counts, triangle analysis, UV mapping, and topology validation
Engine Compatibility
Specialized checks for Unity, Unreal, and Godot with engine-specific rules
Fast Processing
Get results in seconds, not minutes. Cached results for identical files
API & CLI
Integrate into your CI/CD pipeline with our REST API or command-line tool
Built for Developers
Integrate MeshQA into your workflow with our developer tools
Command Line Interface
Validate assets locally or in your CI/CD pipeline
meshqa scan ./assets/*.zip -e unity -o ./reportsREST API
Programmatic access for custom integrations
curl -X POST /api/v1/validate -F "file=@model.glb"