Skip to main content
POST
Create DocumentStatus

Authorizations

x-api-key
string
header
required

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

Body

application/json

A document status defines a named state for tracking document processing progress.

projectId
string | null
required
color
string
icon
string
project
object | null

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

slug
string
status
string
statusType
enum<string>
Available options:
UNRESOLVED,
RESOLVED

Response

Created DocumentStatus

A document status defines a named state for tracking document processing progress.

changeSequence
integer<int32>
required
color
string
required
createdOn
string<date-time>
required
icon
string
required
id
string
required
projectId
string | null
required
slug
string
required
status
string
required
statusType
enum<string>
required
Available options:
UNRESOLVED,
RESOLVED
updatedOn
string<date-time>
required
uuid
string
required
project
object | null

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