Post: Import Usecase
This API endpoint allows users to import a trained use case into the AION system by uploading an exported ZIP file. This ZIP should contain all the necessary artifacts for the use case, such as metadata, model binaries, and configuration.
Endpoint:
/aion_core/import-usecase
Input:
- zip_file (string, binary) – The ZIP file containing the use case contents (uploaded via multipart/form-data).