Create OMR template with cloud API is not working. Getting following error -
{
“requestId”: “629eeec0-7320-4c29-bb3a-c63278b944b8”,
“error”: {
“code”: “error”,
“message”: “One or more errors occurred. (Error making request with Error Code NotFound and Http Status Code NotFound. No further error information was returned by the service.) Error making request with Error Code NotFound and Http Status Code NotFound. No further error information was returned by the service.”,
“description”: “Operation Failed. General Error.”,
“dateTime”: “2022-03-09T10:43:07.5349Z”,
“innerError”: null
}
}
For following URL -
curl -X POST "https://api.aspose.cloud/v3.0/omr/omrtemplatenew/runOmrTask?actionName=GenerateTemplate"
-H "accept: application/json"
-H "authorization: Bearer eyJhbGciOi.....aoDAEj1A8qhN_3wQJP0qTYS1RratVf5IoE32hRJc_UhGjdfA"
-H "Content-Type: application/json"
-H "x-aspose-client: Containerize.Swagger"
-d "{ \"FunctionParam\": \"string\", \"AdditionalParam\": \"string\"}"
What should be the functional parameters in this case?