🔽Download
Learn how to download assets with a query.
Download file
GET
https://api.echo3D.com/query?key=<API_KEY>&file=<FILE_STORAGE_ID>
This query allows you to download a file stored in the system.
Query Parameters
key*
string
Your API key.
file*
string
The file storage ID.
email*
string
Your email address
userKey*
string
Your authentication key
Download specific file format for an entry
GET
https://api.echo3D.com/download-model?key=<API_KEY>&entry=<ENTRY_ID>&fileFormat=<FILE_FORMAT>&convertMissing=true
This query allows you to download a file of a specified format (fbx, glb, gltf, obj, usdz)
Query Parameters
key*
string
Your API key.
entry*
string
Asset's entry id
email*
string
Your email
userKey*
string
Your authentication key
fileFormat
string
Specify the file format you want downloaded. Valid options: glb, gltf, obj, fbx, usdz
convertMissing
string
Set to "true" to attempt to convert the file if it is currently missing. Note that the converted files will count for storage and bandwidth used in your subscription.
Last updated
Was this helpful?