curl --request POST \
--url https://platform.kodexa.ai/api/resolve \
--header 'x-api-key: <api-key>'{
"path": "/api/modules/550e8400-e29b-41d4-a716-446655440000",
"uri": "module://kodexa/fast-pdf-model"
}Resolves a semantic resource URI (slug-based) into a concrete API path (ID-based). Supported URI format: scheme://orgSlug/slug or scheme://orgSlug/slug:version. Supported schemes: module, model, model-runtime, store, document-store, data-store, taxonomy, data-definition, project-template, prompt, data-form.
curl --request POST \
--url https://platform.kodexa.ai/api/resolve \
--header 'x-api-key: <api-key>'{
"path": "/api/modules/550e8400-e29b-41d4-a716-446655440000",
"uri": "module://kodexa/fast-pdf-model"
}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
The resource URI to resolve (e.g., module://kodexa/fast-pdf-model).