curl --request POST \
--url https://platform.kodexa.ai/api/guidance/{organizationSlug} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{}'{}Creates a new guidance definition in the specified organization.
curl --request POST \
--url https://platform.kodexa.ai/api/guidance/{organizationSlug} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{}'{}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
URL-safe slug of the organization.
The body is of type object.
Created guidance
The response is of type object.