Start or resume the onboarding flow

POST/api/v1/onboarding/start

Parameters

This endpoint does not accept parameters.

Responses

200Onboarding session created

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/onboarding/start" \
  -H "Authorization: Bearer $KT_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "organization_name": "Acme Corp", "use_case": "cloud_migration" }'

Response

200Onboarding session created
Example response not yet documented.