cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/train/keras/{learnId}/export \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>", "id": 12873488112 }
Export the training pipeline of a Keras block. Updates are streamed over the websocket API.
Project ID
Learn Block ID, use the impulse functions to retrieve the ID
OK
The response is of type object.
object