Presets
Retrieves a paginated list of pretrained AI models (Presets).
Presets represent pretrained AI models available in Kimola. Results can be filtered by type and category.
Supported type values: Extractor, Classifier.
Supported category values: Sentiment Classifier, Content Classifier.
get/v1/Presets
Query parameters
pageSizeinteger
Number of presets per page. Defaults to 10 and cannot be larger than 10.
pageIndexinteger
Zero-based page index. Defaults to 0.
typestring
Optional filter by type of preset (e.g., Extractor or Classifier).
categorystring
Optional filter by category of Preset (e.g., Sentiment Classifier or Content Classifier).
Response
Successful operation. Returns an object with total and items[].
Changes
No recorded changes to this endpoint across all 1 revision of this API.