curl --request POST \
--url https://ai.wisepilot.app/api/v1/lifecycle/{entityType}/{entityId}/validate-publish \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"ready": true,
"blockers": [
"<string>"
],
"evalScore": 123,
"evalThreshold": 123
}
}Validates whether an entity is ready to publish — checks all lifecycle prerequisites, eval score threshold, and platform configuration.
curl --request POST \
--url https://ai.wisepilot.app/api/v1/lifecycle/{entityType}/{entityId}/validate-publish \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"ready": true,
"blockers": [
"<string>"
],
"evalScore": 123,
"evalThreshold": 123
}
}