Skip to main content
GET
/
api
/
guidance
/
{organizationSlug}
/
{slug}
Get guidance by slug
curl --request GET \
  --url https://platform.kodexa.ai/api/guidance/{organizationSlug}/{slug} \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
required

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

Path Parameters

organizationSlug
string
required

URL-safe slug of the organization.

slug
string
required

URL-safe slug of the guidance.

Response

Guidance

The response is of type object.