11# getFileAnalysisStandard
22
3- ## Issues
4- Response schema mismatch:
5- * Missing property at `` #/avatarStats `` ,
6- * Missing property at `` #/fileSize `` ,
7- * Missing property at `` #/success `` ,
8- * Missing property at `` #/uncompressedSize `` ,
9- * Unexpected property at `` #/error `` .
103## Request
114` GET https://api.vrchat.cloud/api/1/analysis/file_989feccd-3e6d-41f6-bf87-a8b3ece88438/1/standard `
125
@@ -17,25 +10,78 @@ Response schema mismatch:
1710
1811
1912## Response
20- ` 202 Accepted `
13+ ` 200 OK `
2114
2215| Header | Value |
2316| ------ | ----- |
2417| access-control-allow-credentials | ` true ` |
2518| cache-control | ` private, no-cache ` |
2619| connection | ` keep-alive ` |
27- | content-length | ` 68 ` |
2820| content-type | ` application/json; charset=utf-8 ` |
21+ | etag | ` <redacted> ` |
2922| pragma | ` no-cache ` |
3023| server | ` cloudflare ` |
24+ | transfer-encoding | ` chunked ` |
3125| vary | ` Authorization, Accept-Encoding ` |
3226| x-frame-options | ` deny ` |
3327
3428``` jsonc
3529{
36- " error" : {
37- " message" : " Analysis not yet available" ,
38- " status_code" : 202
39- }
30+ " avatarStats" : {
31+ " animatorCount" : 1 ,
32+ " audioSourceCount" : 0 ,
33+ " blendShapeCount" : 6 ,
34+ " boneCount" : 13 ,
35+ " bounds" : [
36+ 0.2818719 ,
37+ 0.360671 ,
38+ 0.29582074
39+ ],
40+ " cameraCount" : 0 ,
41+ " clothCount" : 0 ,
42+ " constraintCount" : 0 ,
43+ " constraintDepth" : 0 ,
44+ " contactCount" : 2 ,
45+ " customExpressions" : true ,
46+ " customizeAnimationLayers" : true ,
47+ " enableEyeLook" : true ,
48+ " lightCount" : 0 ,
49+ " lineRendererCount" : 0 ,
50+ " lipSync" : 4 ,
51+ " materialCount" : 1 ,
52+ " materialSlotsUsed" : 1 ,
53+ " meshCount" : 0 ,
54+ " meshIndices" : 0 ,
55+ " meshParticleMaxPolygons" : 0 ,
56+ " meshPolygons" : 0 ,
57+ " meshVertices" : 0 ,
58+ " particleCollisionEnabled" : false ,
59+ " particleSystemCount" : 0 ,
60+ " particleTrailsEnabled" : false ,
61+ " physBoneColliderCount" : 0 ,
62+ " physBoneCollisionCheckCount" : 0 ,
63+ " physBoneComponentCount" : 2 ,
64+ " physBoneTransformCount" : 6 ,
65+ " physicsColliders" : 0 ,
66+ " physicsRigidbodies" : 0 ,
67+ " skinnedMeshCount" : 1 ,
68+ " skinnedMeshIndices" : 3078 ,
69+ " skinnedMeshPolygons" : 1026 ,
70+ " skinnedMeshVertices" : 861 ,
71+ " totalClothVertices" : 0 ,
72+ " totalIndices" : 3078 ,
73+ " totalMaxParticles" : 0 ,
74+ " totalPolygons" : 1026 ,
75+ " totalTextureUsage" : 6824 ,
76+ " totalVertices" : 861 ,
77+ " trailRendererCount" : 0 ,
78+ " writeDefaultsUsed" : true
79+ },
80+ " created_at" : " 2026-03-02T01:45:54.677Z" ,
81+ " encryptionKey" : " xtXKi623MxCHogjrENxT8zBDnfihBniqf8KpZTS4z9E=" ,
82+ " fileSize" : 81988 ,
83+ " performanceRating" : " Excellent" ,
84+ " success" : true ,
85+ " uncompressedSize" : 388972
4086}
4187```
0 commit comments