slug is a path parameterdescription and the plain-text short_description. No auth required.200 - data contains name, slug, image, description (HTML), short_description (plain text), reading_time, category_name, is_featured, is_active, created_at.404 - blog not foundcurl --location 'https://uat-api.hastaai.in/api/v1/blogs/details/'{
"success": true,
"message": "Blog fetched successfully",
"data": {
"name": "The Power of Vedic Astrology",
"slug": "the-power-of-vedic-astrology",
"image": "https://images.hastaai.in/blogs/vedic-astrology.jpg",
"description": "<p>Discover how Vedic astrology shapes your destiny...</p>",
"short_description": "Discover how Vedic astrology shapes your destiny\n and reveals the cosmic blueprint behind every life event.",
"reading_time": "8 min",
"category_name": "Astrology",
"is_featured": false,
"is_active": true,
"created_at": "2026-05-13T10:30:00Z"
}
}