cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/integrations/tensorboard/start \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "blockIds": [ 123 ] }'
{ "success": true, "error": "<string>", "id": "learn-3-2-1" }
Start a TensorBoard session for the requested learn blocks
Project ID
OK
The response is of type object.
object