curl --request GET \
--url https://platform.kodexa.ai/api/organizations/{orgId}/secrets/{secretName}/value \
--header 'x-api-key: <api-key>'{
"value": "<string>"
}Returns the secret value. Permission gated; intended for secure server-side use.
curl --request GET \
--url https://platform.kodexa.ai/api/organizations/{orgId}/secrets/{secretName}/value \
--header 'x-api-key: <api-key>'{
"value": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://developer.kodexa.ai/llms.txt
Use this file to discover all available pages before exploring further.