Skip to main content
PUT
Activate assistant

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource.

assistantId
string<uuid>
required

Unique identifier (UUID) of the assistant.

Response

Activated assistant

An assistant is an AI-powered processor that analyzes and extracts data from documents within a project.

active
boolean | null
assistantRole
string
changeSequence
integer<int32>

Optimistic locking version number.

chatEnabled
boolean | null
color
string
createdOn
string<date-time>

Timestamp when the assistant was created.

deleted
boolean
description
string
id
string

Unique identifier (UUID) for the assistant.

Example:

"e4567890-12ab-cdef-3456-789012abcdef"

name
string

Display name of the assistant.

Example:

"Invoice Extractor"

options
object
priorityHint
integer<int32> | null
project
object | null

A project groups related document stores, assistants, tasks, and processing pipelines within an organization.

projectId
string | null
runOnExistingContent
boolean | null
showInTraining
boolean | null
slug
string

URL-friendly identifier for the assistant.

Example:

"invoice-extractor"

subscription
string
testOptions
object
updatedOn
string<date-time>

Timestamp when the assistant was last updated.

uuid
string

Secondary UUID identifier.

validationErrors
object