Skip to content
Get started

Classify

Classify
classify.run(ClassifyRunParams**kwargs) -> ClassifyRunResponse
POST/v1/classify
ModelsExpand Collapse
class ClassifyType:
description: str

Description of the classified type

name: str

Name of the classified type

class FileData:
file_data: str

Raw file data encoded as bytes

class FileURL:
file_url: str

URL pointing to the file to be processed

maxLength2083
minLength1
formaturi