|
1 | 1 | # getFileAnalysisStandard |
2 | 2 |
|
| 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``. |
3 | 10 | ## Request |
4 | 11 | `GET https://api.vrchat.cloud/api/1/analysis/file_989feccd-3e6d-41f6-bf87-a8b3ece88438/1/standard` |
5 | 12 |
|
|
10 | 17 |
|
11 | 18 |
|
12 | 19 | ## Response |
13 | | -`200 OK` |
| 20 | +`202 Accepted` |
14 | 21 |
|
15 | 22 | | Header | Value | |
16 | 23 | | ------ | ----- | |
17 | 24 | | access-control-allow-credentials | `true` | |
18 | 25 | | cache-control | `private, no-cache` | |
19 | 26 | | connection | `keep-alive` | |
| 27 | +| content-length | `68` | |
20 | 28 | | content-type | `application/json; charset=utf-8` | |
21 | | -| etag | `<redacted>` | |
22 | 29 | | pragma | `no-cache` | |
23 | 30 | | server | `cloudflare` | |
24 | | -| transfer-encoding | `chunked` | |
25 | 31 | | vary | `Authorization, Accept-Encoding` | |
26 | 32 | | x-frame-options | `deny` | |
27 | 33 |
|
28 | 34 | ```jsonc |
29 | 35 | { |
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 |
| 36 | + "error": { |
| 37 | + "message": "Analysis not yet available", |
| 38 | + "status_code": 202 |
| 39 | + } |
86 | 40 | } |
87 | 41 | ``` |
0 commit comments