SourceFile
The source file
object represents the source file imported into 3dverse.
This object contains the original uploaded file, along with the source file metadata.
You can also retrieve a list of assets generated from the file.
namestringrequired
Source file display name
Possible values: non-empty
Example:
My Scene (FBX)
sizeint64required
Size in bytes
Example:
12354
source_file_iduuidrequired
Source file unique identifier
source_file_original_namestringrequired
The name of the source file when uploaded
Possible values: non-empty
Example:
my_scene.fbx
SourceFile
{
"name": "My Scene (FBX)",
"size": 12354,
"source_file_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"source_file_original_name": "my_scene.fbx"
}