All REST Endpoints

I Generic
The operations from the I Generic category.
Get Metadata for all Versions
Method: get
Path: /omlmod/
Get Open API Specification
Method: get
Path: /omlmod/v1/api
Get Version 1 Metadata
Method: get
Path: /omlmod/v1
II Repository
The operations from the II Repository category.
Delete Model
Method: delete
Path: /omlmod/v1/models/{modelId}
Get Model Content
Method: get
Path: /omlmod/v1/models/{modelId}/content
Get Model Information
Method: get
Path: /omlmod/v1/models/{modelId}
Get Model Metadata
Method: get
Path: /omlmod/v1/models/{modelId}/metadata
Get Models List
Method: get
Path: /omlmod/v1/models
Store Model
Method: post
Path: /omlmod/v1/models
Update Model Namespace
Method: post
Path: /omlmod/v1/models/{modelId}
III Deployment
The operations from the III Deployment category.
Create Model Endpoint
Method: post
Path: /omlmod/v1/deployment
Delete Endpoint
Method: delete
Path: /omlmod/v1/deployment/{uri}
Get Endpoint Details
Method: get
Path: /omlmod/v1/deployment/{uri}
Get Endpoints
Method: get
Path: /omlmod/v1/deployment
Get Open API Specification for Endpoint
Method: get
Path: /omlmod/v1/deployment/{uri}/api
Score Model Using Endpoint
Method: post
Path: /omlmod/v1/deployment/{uri}/score
IV Cognitive Text
The operations from the IV Cognitive Text category.
Get Endpoints
Method: get
Path: /omlmod/v1/cognitive-text
Get Most Relevant Keywords
Method: post
Path: /omlmod/v1/cognitive-text/keywords
Get Most Relevant Topics
Method: post
Path: /omlmod/v1/cognitive-text/topics
Get Numeric Features
Method: post
Path: /omlmod/v1/cognitive-text/features
Get Semantic Similarities
Method: post
Path: /omlmod/v1/cognitive-text/similarity
Get Sentiments
Method: post
Path: /omlmod/v1/cognitive-text/sentiment
Get Summaries
Method: post
Path: /omlmod/v1/cognitive-text/summary
V Asynchronous Jobs
The operations from the V Asynchronous Jobs category.
Delete a Job
Method: delete
Path: /omlmod/v1/jobs/{jobId}
Get Job Details
Method: get
Path: /omlmod/v1/jobs/{jobId}
Get Job Run Details
Method: get
Path: /omlmod/v1/jobs/{jobId}/runs
Lists Jobs
Method: get
Path: /omlmod/v1/jobs
Perform a Job Action
Method: post
Path: /omlmod/v1/jobs/{jobId}/action
Poll Asynchronous Job Submission or Update
Method: get
Path: /omlmod/v1/jobs/{jobId}/check
Submit a New Job
Method: post
Path: /omlmod/v1/jobs
Update a Job
Method: post
Path: /omlmod/v1/jobs/{jobId}
VI Cognitive Image
The operations from the VI Cognitive Image category.
Classify Images
Method: post
Path: /omlmod/v1/cognitive-image/classification
Get Endpoints
Method: get
Path: /omlmod/v1/cognitive-image
Get Image Feature Extraction Results
Method: post
Path: /omlmod/v1/cognitive-image/feature-extraction