curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/optimize/space \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"impulse": [
{
"parameters": {},
"inputBlocks": [
{}
],
"dspBlocks": [
{}
],
"learnBlocks": [
[
{}
]
]
}
]
}
Search space
curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/optimize/space \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"impulse": [
{
"parameters": {},
"inputBlocks": [
{}
],
"dspBlocks": [
{}
],
"learnBlocks": [
[
{}
]
]
}
]
}
Project ID
OK
The response is of type object
.