Get Endpoints

get

/omlmod/v1/cognitive-text

Returns all cognitive text endpoints provided by OML Services. Users cannot create new cognitive text endpoints, but may browse and score against endpoints depending on access.

Request

There are no request parameters for this operation.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Cognitive text endpoints.
Body ()
Root Schema : ServiceEndpointCollection
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : ServiceEndpoint
Type: object
Show Source

401 Response

Unauthorized.
Body ()
Root Schema : Error
Type: object
Show Source

404 Response

Resource not found.
Body ()
Root Schema : Error
Type: object
Show Source

500 Response

Unexpected error.
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top