X-API-Key: ********************curl --location 'https://api.snakk.ai/api/ai-tools/crawl-and-generate' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"url": "https://example.com",
"description": "Focus on booking service appointments."
}'{
"success": true,
"prompt": "string",
"crawled": {
"title": "Example AS - Home",
"description": "We sell and service cars in Oslo.",
"contentLength": 8421
}
}