Download
Download the build artefacts for a project
Authorizations
Path parameters
projectIdintegerRequired
Project ID
Query parameters
typestringRequired
The name of the built target. You can find this by listing all deployment targets through listDeploymentTargetsForProject
(via GET /v1/api/{projectId}/deployment/targets
) and see the format
type.
modelTypestring · enumOptionalPossible values:
Optional model type of the build (if not, it uses the settings in the Keras block)
enginestring · enumOptionalPossible values:
Optional engine for the build (if not, it uses the default engine for the deployment target)
impulseIdintegerOptional
Impulse ID. If this is unset then the default impulse is used.
Responses
200
ZIP or BIN file
application/zip
Responsestring · binary
get
GET /v1/api/{projectId}/deployment/download HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
ZIP or BIN file
binary
Last updated
Was this helpful?