/models/{modelId}/training-imagesAsk AIpost https://api.cloud.scenario.com/v1/models/{modelId}/training-imagesAdd a new training image to the given modelIdPath ParamsmodelIdstringrequiredThe modelId where the training image will be storedQuery ParamsoriginalAssetsstringIf set to true, returns the original asset without transformationBody ParamsdatastringThe training image as a data URL (example: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQYV2NgYAAAAAMAAWgmWQ0AAAAASUVORK5CYII=")assetIdstringThe asset ID to use as a training image (example: "asset_GTrL3mq4SXWyMxkOHRxlpw"). If provided, "data" and "name" parameters will be ignored.namestringThe original file name of the image (example: "my-training-image.jpg")assetIdsarray of stringsThe asset IDs to use as training images (example: ["asset_GTrL3mq4SXWyMxkOHRxlpw", "asset_GTrL3mq4SXWyMxkOHRxlpw"]) Used in batch mode, up to 10 asset IDs are allowed. Cannot be used with "assetId" or "data" and "name" parameters.assetIdsADD stringpresetstringenumThe preset to use for training imagesdefaultstylesubjectAllowed:defaultstylesubjectResponse 200200 responseUpdated 5 months ago