Tako API responses contain one or moreDocumentation Index
Fetch the complete documentation index at: https://docs.tako.com/llms.txt
Use this file to discover all available pages before exploring further.
knowledge_cards that can be embedded in your application. Each knowledge_card entry includes:
embed_url: An iframe URL for embedding the interactive card
image_url: A link to a static image of the card
Dynamic Sizing
Tako Knowledge Cards vary in size. Some interactive elements will change the card’s dimensions. The iframe emits aresize event when the card is resized, allowing you to adjust the size in your application.
Example Dynamic Resizing Script
Example Dynamic Resizing Script
Static Images
For cases where you need a static representation, you can use the image_url to download and embed a static image of the card in your application.
Switch between dark and light mode
You can make your card dark themed by adding?dark_mode=true or light mode by explicitly adding ?dark_mode=false to the embed url