curl --request POST \
--url https://platform.kodexa.ai/api/document-stores \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"deprecated": true,
"eventAware": true,
"extensionPackRef": "<string>",
"id": "c2345678-90ab-cdef-1234-567890abcdef",
"metadata": "aSDinaTvuI8gbWludGxpZnk=",
"name": "Invoice Store",
"publicAccess": true,
"slug": "invoice-store",
"storeType": "DOCUMENT",
"supportsScheduling": true,
"template": true,
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"version": "1.0.0"
}
'{
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"deprecated": true,
"eventAware": true,
"extensionPackRef": "<string>",
"id": "c2345678-90ab-cdef-1234-567890abcdef",
"metadata": "aSDinaTvuI8gbWludGxpZnk=",
"name": "Invoice Store",
"publicAccess": true,
"slug": "invoice-store",
"storeType": "DOCUMENT",
"supportsScheduling": true,
"template": true,
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"version": "1.0.0"
}Creates a new DocumentStores. Document stores are containers for organizing and processing documents within a project.
curl --request POST \
--url https://platform.kodexa.ai/api/document-stores \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"deprecated": true,
"eventAware": true,
"extensionPackRef": "<string>",
"id": "c2345678-90ab-cdef-1234-567890abcdef",
"metadata": "aSDinaTvuI8gbWludGxpZnk=",
"name": "Invoice Store",
"publicAccess": true,
"slug": "invoice-store",
"storeType": "DOCUMENT",
"supportsScheduling": true,
"template": true,
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"version": "1.0.0"
}
'{
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"deprecated": true,
"eventAware": true,
"extensionPackRef": "<string>",
"id": "c2345678-90ab-cdef-1234-567890abcdef",
"metadata": "aSDinaTvuI8gbWludGxpZnk=",
"name": "Invoice Store",
"publicAccess": true,
"slug": "invoice-store",
"storeType": "DOCUMENT",
"supportsScheduling": true,
"template": true,
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"version": "1.0.0"
}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Store metadata describes a document store — a container for organizing and processing documents.
Optimistic locking version number.
Timestamp when the store was created.
Whether this store is deprecated.
Whether the store emits events on changes.
Reference to the extension pack.
Unique identifier (UUID) for the store.
"c2345678-90ab-cdef-1234-567890abcdef"
Store-specific configuration metadata.
Display name of the document store.
"Invoice Store"
Whether the store is publicly accessible.
URL-friendly identifier for the store.
"invoice-store"
Type of the store (e.g., DOCUMENT, DATA).
"DOCUMENT"
Whether the store supports scheduled processing.
Whether this store is a template.
Timestamp when the store was last updated.
Secondary UUID identifier.
Semantic version string (e.g., '1.0.0').
"1.0.0"
Created DocumentStores
Store metadata describes a document store — a container for organizing and processing documents.
Optimistic locking version number.
Timestamp when the store was created.
Whether this store is deprecated.
Whether the store emits events on changes.
Reference to the extension pack.
Unique identifier (UUID) for the store.
"c2345678-90ab-cdef-1234-567890abcdef"
Store-specific configuration metadata.
Display name of the document store.
"Invoice Store"
Whether the store is publicly accessible.
URL-friendly identifier for the store.
"invoice-store"
Type of the store (e.g., DOCUMENT, DATA).
"DOCUMENT"
Whether the store supports scheduled processing.
Whether this store is a template.
Timestamp when the store was last updated.
Secondary UUID identifier.
Semantic version string (e.g., '1.0.0').
"1.0.0"