X-API-Key: ********************curl --location 'https://api.snakk.ai/api/ai-tools/wizard-generate' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"agentType": "support",
"personality": "professional",
"language": "no",
"url": "https://example.com",
"description": "We are a small dental clinic."
}'{
"success": true,
"prompt": "string",
"agentName": "Lars – Example AS",
"greeting": "Hei, du har kommet til Example AS. Hvordan kan jeg hjelpe deg?",
"crawled": {
"title": "string",
"description": "string",
"contentLength": 0
}
}