curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/deployment/targets \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"targets": [
{
"name": "<string>",
"description": "<string>",
"image": "<string>",
"imageClasses": "<string>",
"format": "<string>",
"latencyDevice": "<string>",
"hasEonCompiler": true,
"hasTensorRT": true,
"hasTensaiFlow": true,
"hasDRPAI": true,
"hasTIDL": true,
"hasAkida": true,
"hasMemryx": true,
"hasStAton": true,
"hasCevaNpn": true,
"hideOptimizations": true,
"badge": {
"name": "<string>",
"description": "<string>"
},
"uiSection": "library",
"customDeployId": 123,
"integrateUrl": "<string>",
"ownerOrganizationName": "<string>",
"supportedEngines": [
"tflite"
],
"preferredEngine": "tflite",
"url": "<string>",
"docsUrl": "<string>",
"firmwareRepoUrl": "<string>",
"modelVariants": [
{
"variant": "int8",
"supported": true,
"hint": "<string>"
}
]
}
]
}
List all deployment targets
curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/deployment/targets \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"targets": [
{
"name": "<string>",
"description": "<string>",
"image": "<string>",
"imageClasses": "<string>",
"format": "<string>",
"latencyDevice": "<string>",
"hasEonCompiler": true,
"hasTensorRT": true,
"hasTensaiFlow": true,
"hasDRPAI": true,
"hasTIDL": true,
"hasAkida": true,
"hasMemryx": true,
"hasStAton": true,
"hasCevaNpn": true,
"hideOptimizations": true,
"badge": {
"name": "<string>",
"description": "<string>"
},
"uiSection": "library",
"customDeployId": 123,
"integrateUrl": "<string>",
"ownerOrganizationName": "<string>",
"supportedEngines": [
"tflite"
],
"preferredEngine": "tflite",
"url": "<string>",
"docsUrl": "<string>",
"firmwareRepoUrl": "<string>",
"modelVariants": [
{
"variant": "int8",
"supported": true,
"hint": "<string>"
}
]
}
]
}
OK
The response is of type object
.