inference
Inference
📄️ Detects a Language of a Text
This endpoint is used to detect the language.
📄️ Text Matching using different matching methods.
Match text to a set of reference texts using different matching methods.
📄️ Split a document
Split a document into sub-documents based on the AI Skill labels. This is an asynchronous endpoint.
📄️ Get an access token to access documents in the split result
Get an access token to access documents in the split result
📄️ Split a document
Split a document into sub-documents based on the AI Skill labels. This endpoint is synchronous and should not be used directly and its performance is not guaranteed. Use the asynchronous version instead.
📄️ Get the split resul
Get the split result
📄️ Classify a document
Classify a document according to the given labels
📄️ Classify a document (Legacy endpoint)
Classify a document according to the given labels.This endpoint is deprecated and will be removed in the future.
📄️ Split a document with a specific model identifier
Split a document into sub-documents based on the AI Skill labels. This is an asynchronous endpoint.
📄️ Split a document with a specific model identifier
Split a document into sub-documents based on the AI Skill labels. This endpoint is synchronous and should not be used directly and its performance is not guaranteed. Use the asynchronous version instead.
📄️ Extract information from a document
Extract information from a document
📄️ List Inference Tasks
List inference tasks for a model
📄️ Start document information extraction task
Trigger document information extraction async task
📄️ Get document information extraction task
Get document information extraction task by ID
📄️ Delete Inference Task
Delete an inference task by ID
📄️ Get Inference Task
Get an inference task by ID
📄️ Classify texts
Classify a list of texts
📄️ Classify texts (Automation endpoint)
Classify a list of texts. This endpoint is used by automation nodes.
📄️ Classify texts to multiple classes
Classify a list of texts each to multiple classes
📄️ Classify texts to multiple classes
Classify a list of texts each to multiple classes
📄️ Classify texts to a single label
Classify a list of texts each to a single label
📄️ Extract information from a text or a list of texts
Extract information from a text or a list of texts