Agents
Get AI creation questionnaire config
Returns the questionnaire configuration used by the "Create with AI" flow — the list of guided questions, their types, available options, and pre-filled example answers per label. Only a user token is required; no organization auth needed.
get/agent/prompt-config
Response
Questionnaire configuration
Example response
{
"success": true,
"data": {
"defaultLabel": "default"
}
}