curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/synthetic-data \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"transformationBlockId": 123,
"parameters": {}
}'
{
"success": true,
"error": "<string>",
"id": 12873488112
}
Generate new synthetic data
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/synthetic-data \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"transformationBlockId": 123,
"parameters": {}
}'
{
"success": true,
"error": "<string>",
"id": 12873488112
}
Project ID
OK
The response is of type object
.