Last updated 10 months ago
Was this helpful?
Get the URL to the exported artefacts for an export job of a project.
/api/{projectId}/export/get-url
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-02-21T18:16:22.245Z", "url": "text" }