@ihwan You can use the following in the body to create a compose model
{
"description": "Request contract for compose operation.",
"modelIds": ["model_guid","model_guid"],
"modelName": "Rohit123"
}
The response for a successful compose should be 201 created. Use the model id in the location field of your response in the GetCustomModel API to check the details of your composed model
GetCustomModel:
Please accept this response as answer if it helped you in resolving your issue. Thanks!!