news
Get an article
One article by slug, including its body.
GET
/v1/news/{slug}Get an article
curl -sS https://api.cruxal.in/v1/news/dabur-q1-fy27-results \
-H "Authorization: Bearer $CRUXAL_API_KEY"{
"slug": "dabur-q1-fy27-results",
"headline": "Dabur Q1 FY27 Results: margin squeeze offsets volume growth",
"excerpt": "Revenue rose 8% but gross margin fell 140bps on palm oil costs.",
"body": "Dabur reported revenue of Rs 3,764 cr ...",
"category": "Results",
"tags": [
"results",
"fmcg"
],
"isin": "INE016A01026",
"ticker": "DABUR",
"company_name": "Dabur India Ltd",
"author_name": "Cruxal Newsroom",
"hero_image": "https://www.cruxal.in/api/og?slug=dabur-q1-fy27-results",
"url": "https://www.cruxal.in/news/dabur-q1-fy27-results",
"published_at": "2026-08-17T09:12:00+05:30"
}Authorization
AuthorizationstringheaderrequiredYour API key as a bearer token: Bearer ck_live_…. Keys are server-side credentials and are never accepted in a query string.
Path parameters
slugstringrequiredResponse200 · application/json
slugstringrequiredheadlinestringrequiredsubheadlinestringexcerptstringbodystringPresent only on the single-article endpoint.
categorystringtagsstring[]isinstringtickerstringcompany_namestringauthor_namestringhero_imagestringurlstringpublished_atstring<date-time>updated_atstring<date-time>