curl --request GET \
--url https://platform.kodexa.ai/api/resolve/schemes \
--header 'x-api-key: <api-key>'[
{
"description": "<string>",
"endpointPattern": "/api/modules",
"scheme": "module",
"scope": "organization"
}
]Returns the list of supported resource URI schemes. Used by the CLI for discovery of available resource types.
curl --request GET \
--url https://platform.kodexa.ai/api/resolve/schemes \
--header 'x-api-key: <api-key>'[
{
"description": "<string>",
"endpointPattern": "/api/modules",
"scheme": "module",
"scope": "organization"
}
]API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
List of supported schemes