API Reference / Strategy - Initiative Discovery

Enrich a candidate

post https://api.intelig.ai/api/v1/intelig/strategy/discovery/candidates/{candidateId}/enrich

Auth: Authorization: ApiKey <key> (an API key sent as Bearer is rejected) or Authorization: Bearer <jwt> for a dashboard session. operationId: enrichCandidate

Asks the reasoning engine to fill in a candidate’s description and success criteria from the evidence behind it, so a confirmed initiative starts with real content.

Example request

curl -X POST "https://api.intelig.ai/api/v1/intelig/strategy/discovery/candidates/1/enrich" \
  -H "Authorization: ApiKey $INTELIG_API_KEY"

Path parameters

NameTypeRequiredDescription
candidateId integer (int64) yes

Response 200

application/json · ApiResponseEnrichmentResponse

FieldTypeDescription
success boolean
message string
data EnrichmentResponse

Status codes

  • 200 — OK
  • 401 — —
  • 429 — —

Every response is wrapped in { success, message, data }. A 4xx means the request is wrong — do not retry it unchanged. A 429 carries Retry-After in seconds.