Everything within this section is only visible while editing. Use Page Properties ID "STUB", "REFACTURE", "PROGRESS", "rDEV", "rDOC", "rLANG" and "DONE".

Everything contained within the table is displayed in the (INTERNAL) Reports page.

Product Version2021 Autumn
Report Note
AssigneeAntje

Resources & Remarks


Modification History

Add a new line to this table and fill it whenever you edit the page.

NameDateProduct VersionAction
Antje14 JUL 20212021 Autumncreated
Goran18 OCT 20212021 Autumnupdated
Antje25 NOV 20222022 Winterremove beta version label, update endpoint descriptions



The PREDICT-API endpoints allow for the development of client applications with integrated AI functionality.

>> PREDICT-API Service

All endpoints are available via the Swagger UI https://<host>/predict-api/swagger-ui.html.

HTTP Method
as of product version
PurposeResponse FormatDescription

Object Classification

POST
as of 2022 Winter
Retrieve classification prediction for multiple objectsJSON
/predict-api/api/classification
GET
as of 2022 Winter
Retrieve classification prediction for a single objectJSON
POST
as of 2022 Winter
Send classification feedback to Model ServingHTTP status code
POST
as of 2022 Winter
Retrieve classification prediction for textJSON
POST /predict-api/api/classification/text

Metadata Extraction

POST
as of 2022 Winter
Retrieve extraction prediction for multiple objectsJSON
GET
as of 2022 Winter
Retrieve extraction prediction for a single objectJSON
POST
as of 2022 Winter
Send extraction feedback to Model ServingHTTP status code
POST
as of 2022 Winter
Retrieve extraction prediction for a content fileJSON
/predict-api/api/extraction/file

Metadata Extraction

GET
as of 2022 Winter
Retrieve all recordsJSON
/predict-api/api/admin/dictionaries/{dictionaryId}
DELETE
as of 2022 Winter
Delete all recordsHTTP status code
/predict-api/api/admin/dictionaries/{dictionaryId}
POST
as of 2022 Winter
Create multiple recordsJSON
/predict-api/api/admin/dictionaries/{dictionaryId}/batchupdate
POST
as of 2022 Winter
Create single recordJSON
/predict-api/api/admin/dictionaries/{dictionaryId}/entries
POST
as of 2022 Winter
Update specified recordJSON
/predict-api/api/admin/dictionaries/{dictionaryId}/entries/{entryId}

Status Information

GET
as of 2022 Winter
Retrieve information on tenant modelsJSON
/predict-api/api/admin/history/models
POST
as of 2022 Winter
Retrieve history request logs of the current tenantJSON
/predict-api/api/admin/history/models/{modelId}/performance-logs
GET
as of 2022 Winter
Retrieve information on system context modelsJSON
/predict-api/api/system/history/models
POST
as of 2022 Winter
Retrieve history logs of system contextJSON
/predict-api/api/system/history/models/{modelId}/performance-logs