Thin-Viz: Create Card
Create an embeddable card directly from component configurations
Notes
- To authenticate, you’ll need a Tako API key. It’s best practice to store it as an environment variable to avoid hardcoding sensitive credentials in your code.
- Creates a card in a single API call with full component configurations. No schema step is required.
- The response includes
embed_url,image_url, andwebpage_urlfor embedding the card. - If no
titleis provided, it falls back to the title from the firstheadercomponent, or defaults to “Card”. - See the Thin-Viz Guide for full examples and available component types.
- For large datasets (>1MB): Use gzip compression to send payloads up to 10x larger.
- Preview images for ZDR cards: Set
image_ttl_minutes(1–1440) to make a temporary preview image available viaimage_url. The image can be downloaded on demand with query params (dark_mode,width,height,hideFooter) until the TTL expires, after which the endpoint returns410 Gone.
Authorizations
Body
Request model for creating a card directly with components.
Full component configurations
Card title (falls back to header component title if not provided)
Card description
Data source attribution (displayed in footer)
Minutes to keep preview image available for download (ZDR only). Min 1, max 1440 (24h). When set on a ZDR card, a temporary preview image is generated and available for download until the TTL expires. Ignored for non-ZDR cards.
1 <= x <= 1440Response
Created knowledge card
The unique ID of the knowledge card
"jLmsqH4NfXFLqhWnZqhM"
The title of the knowledge card
"Nvidia, Advanced Micro Devices - Full Time Employees"
The description of the knowledge card
"This is a time series bar chart showing 2 series between 12:00AM UTC-04:00 on 04/01/2013 and 08:55PM UTC on 04/30/2025. Nvidia Full Time Employees latest value was at 12:00AM UTC on 12-31-2024, and had a final value of 36.0K Employees, or 308.72% growth since 12:00AM UTC on 12-31-2013, with a maximum value of 36.0K Employees at 12:00AM UTC on 12-31-2024 and a minimum value of 8.81K Employees at 12:00AM UTC on 12-31-2013; Advanced Micro Devices Full Time Employees latest value was at 12:00AM UTC on 12-31-2024, and had a final value of 28.0K Employees, or 162.39% growth since 12:00AM UTC on 12-31-2013, with a maximum value of 28.0K Employees at 12:00AM UTC on 12-31-2024 and a minimum value of 8.2K Employees at 12:00AM UTC on 12-31-2016. The source of the data is S&P Global. S&P Global is a US-based financial data and analytics company that provides products and services to the financial industry."
URL of a webpage hosting the interactive knowledge card
"https://tako.com/card/jLmsqH4NfXFLqhWnZqhM/"
URL of a static image of the knowledge card
"https://tako.com/api/v1/image/jLmsqH4NfXFLqhWnZqhM/"
URL of an embeddable iframe of the knowledge card
"https://tako.com/embed/jLmsqH4NfXFLqhWnZqhM/"
The sources of the knowledge card
The methodologies of the knowledge card
The source indexes of the knowledge card
tako, web, connected_data, tako_deep_v2 The type of card
"company"
URL of downloadable data of the knowledge card. This needs to be enabled on an account level. Contact support to enable this feature.
How relevant this knowledge card is to the search query
High, Medium, Low "High"
The visualization data of the knowledge card
{
"data": [
{ "x": "2013", "y": 10000 },
{ "x": "2014", "y": 20000 }
],
"viz_config": {
"title": "Nvidia, Advanced Micro Devices - Full Time Employees"
}
}Decisions made by Tako's ideal viz logic when constructing this visualization. DEPRECATED: Use ChartConfig.viz_decisions for the new structured system with override support.