Torphy LLC
- Founded
- 1936
- Location
- NO
Public-key maximized generative AI
brands / #40
Public-key maximized generative AI
curl -sS \
"https://example-data.com/api/v1/brands/40" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/brands/40"
);
const brand = await res.json();import type { Brand } from "https://example-data.com/types/brands.d.ts";
const res = await fetch(
"https://example-data.com/api/v1/brands/40"
);
const brand = (await res.json()) as Brand;import requests
res = requests.get(
"https://example-data.com/api/v1/brands/40"
)
brand = res.json() {
"id": 40,
"name": "Torphy LLC",
"slug": "torphy-llc-40",
"description": "Public-key maximized generative AI",
"logoUrl": "https://picsum.photos/seed/brand-40/200/200",
"website": null,
"foundedYear": 1936,
"headquartersCountryAlpha2": "NO",
"createdAt": "2020-02-24T02:44:07.337Z"
}