Loading...
Get the URL to the exported artefacts for an export job of a project.
Project ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Set if hasExport is true
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/export/get-url', { method: 'GET', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text", "hasExport": false, "created": "2024-11-21T15:52:43.532Z", "url": "text" }