Import Assets

Imports multiple 3D models and images, creating corresponding assets.

Supported 3D filetypes include .dxf, .fbx, .gltf/.gltfzip, .glb, .iges/.igs, .obj/.objzip, .pbrtex, .pbrmat, .pbrzip, .stl, .step/.stp, .svg, .usdz, .usda, .usdc, .vccglb, .vrscene/.vrscenezip, *limited support: .zip

Supported image filetypes include .exr, .gif (first frame only), .hdr, .jpg, .png, .svg

Supported font filetypes include .otf, .ttf

Warning

This does not allow the sync parameter to be used which means that the API will not wait for the call to finish.

Query Params
string

Public access token used to authorize the request. Requests may only come from the token's allowed domains. This parameter is mandatory when making requests from a browser. Outside of the browser instead supply a bearer header using a private access token.

Body Params

Import information.

string

ID of the file asset to be imported.

string

Organization which owns the target asset.

boolean

If the request has the sync option set, it will wait for the job to finish and then return the results (jobId and job details). Otherwise it will return only the jobId.

settings
object

Import settings. Unspecified attributes will use the default values.

string

Specify the ID of the folder to import the asset in. If no value is provided, the file name is used to search for an asset with the same name across the entire asset database in the org. If a match is found that asset is updated otherwise a new asset is created.

string

Specify the asset of the ID to be updated. If an existing asset needs to be updated and the ID is known, this parameter can be used to specify the exact asset that needs to be updated.

Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json