cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/train/keras/{learnId}/data \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "overrideImageInputScaling": "0..1" }'
{ "success": true, "error": "<string>", "id": 12873488112 }
Export the data of a Keras block (already split in train/validate data). 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