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, "error": "<string>", "id": 12873488112 }
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
The response is of type object.
object