cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/create-project/{createProjectId}/files/{createProjectFileId}/retry \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>" }
Retry a transformation action on a file from a transformation job. Only files that have failed can be retried.
Organization ID
Create project job ID.
Create project job file ID.
OK
The response is of type object.
object