Last updated 11 months ago
Was this helpful?
Get the URL to the exported artefacts for an export job of a project.
Project ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/export/get-url' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "hasExport": true, "created": "2025-03-26T13:04:26.798Z", "url": "text" }