πŸ”½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

NameTypeDescription

key

string

Your API key.

file

string

The file storage ID.

secKey

string

Your Secret key. Only if enabled through the Security page.

N/A

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

NameTypeDescription

key*

string

Your API key.

entry*

string

Asset's entry id

secKey

string

Your Secret key. Only if enabled through the Security page.

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