The Processor object represents a document processor in Extend. AI document processors are specialized components designed to process unstructured data: extraction, classification, splitting, etc. These are typically created in the Extend Studio and then orchestrated via a Workflow.

object
string

The type of the object, in this case it will always be “document_processor”.

id
string

The document processor ID.

name
string

The name of the document processor.

type
string

The type of the document processor. This field specifies the category or functionality of the processor. See Object Types more context.

createdAt
string

The date and time when the document processor was created, in ISO 8601 format.

updatedAt
string

The date and time when the document processor was last updated, in ISO 8601 format.