Using the SDK
Getting started with the echo3D Python SDK.
from echo3d_api import *api = Echo3DAPI(api_key=args.api_key, security_key=args.security_key)model_list = api.retrieve_model_info()api.entriesapi.retrieve(entry) Last updated
Getting started with the echo3D Python SDK.
from echo3d_api import *api = Echo3DAPI(api_key=args.api_key, security_key=args.security_key)model_list = api.retrieve_model_info()api.entriesapi.retrieve(entry) Last updated