Loading...
Download the source code for this block.
Organization ID
Transfer learning ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Job identifier. Status updates will include this identifier.
12873488112
const response = await fetch('https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/transfer-learning/{transferLearningId}/export', { method: 'POST', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text", "id": 12873488112, "exportUrl": "text" }