cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/import-data-from-project \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "projectId": 123 } '
{ "success": true, "id": 12873488112, "error": "<string>" }
Adds all data from an existing project into this project. This function is only available through a JWT token; and you can only add data from projects that you’re a collaborator on.
Project ID
OK
Whether the operation succeeded
Job identifier. Status updates will include this identifier.
12873488112
Optional error description (set if 'success' was false)
Was this page helpful?