curl --request GET \
--url https://platform.kodexa.ai/api/modules/{id} \
--header 'x-api-key: <api-key>'{
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"deprecated": true,
"extensionPackRef": "<string>",
"id": "<string>",
"metadata": "aSDinaTvuI8gbWludGxpZnk=",
"name": "<string>",
"publicAccess": true,
"slug": "<string>",
"template": true,
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"version": "<string>"
}Retrieves a single ModelRuntimes by its unique identifier. Module runtimes are processing modules that can be executed on documents.
curl --request GET \
--url https://platform.kodexa.ai/api/modules/{id} \
--header 'x-api-key: <api-key>'{
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"deprecated": true,
"extensionPackRef": "<string>",
"id": "<string>",
"metadata": "aSDinaTvuI8gbWludGxpZnk=",
"name": "<string>",
"publicAccess": true,
"slug": "<string>",
"template": true,
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"version": "<string>"
}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.
The ModelRuntimes
Model runtime metadata describes a processing module that can be executed on documents.
Optimistic locking version number.
Timestamp when the model runtime was created.
Whether this model runtime is deprecated.
Reference to the extension pack.
Unique identifier (UUID) for the model runtime.
Display name of the model runtime.
Whether the model runtime is publicly accessible.
URL-friendly identifier for the model runtime.
Whether this model runtime is a template.
Timestamp when the model runtime was last updated.
Secondary UUID identifier.
Semantic version string.