Skip to main content
POST
/
api
/
resolve
Resolve resource URI
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"
}

Authorizations

x-api-key
string
header
required

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

Query Parameters

path
string
required

The resource URI to resolve (e.g., module://kodexa/fast-pdf-model).

Response

Resolved resource path

Result of resolving a semantic resource URI to an API path.

path
string

The resolved API path with entity ID.

Example:

"/api/modules/550e8400-e29b-41d4-a716-446655440000"

uri
string

The original resource URI that was resolved.

Example:

"module://kodexa/fast-pdf-model"