Last updated 7 months ago
Was this helpful?
Generate new synthetic data
Project ID
The ID of a Synthetic Data transform block ID (public or private)
Properties for this synthetic data block
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/synthetic-data' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "transformationBlockId": 1, "parameters": { "ANY_ADDITIONAL_PROPERTY": "text" } }'
{ "success": true, "error": "text", "id": 12873488112 }