Download Keras export

Download Keras export

Download an exported Keras block - needs to be exported via 'exportKerasBlock' first

GEThttps://studio.edgeimpulse.com/v1/api/{projectId}/training/keras/{learnId}/download-export
Path parameters
projectId*integer

Project ID

learnId*integer

Learn Block ID, use the impulse functions to retrieve the ID

Response

File

Body
string (binary)
Request
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/training/keras/{learnId}/download-export', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
binary

Last updated