For AI

TakiDaki for AI agents

Machine-readable docs, Markdown pages, and public APIs so agents can understand giveaways and hand users to the app.

Read content

  • Any public page as Markdown: GET https://takidaki.com/… with header Accept: text/markdown
  • Or direct: GET /api/markdown?path=/giveaway/instagram/
  • llms.txt — product summary for AI crawlers
  • Sitemap: /sitemap.xml

https://takidaki.com/llms.txt/

Public APIs (JSON, no auth)

  • POST /api/giveaway/preview — body: { "postUrl": "https://...", "platform?": "instagram", "locale?": "en" }
  • POST /api/giveaway/handoff — body: { "preview": { ... }, "locale?": "en" } → continueUrl into the web app
  • GET /api/locale-switch?path=/giveaway/instagram/ — locale alternates

Three channels

Site + web app

Best UX for full filters, Multi-Post, certificates, and large comment pools.

Markdown / llms.txt

For AI crawlers and agents that need a clean product summary and page content.

Agent API (optional)

OpenAPI / MCP / Custom GPT — shown only when configured via environment variables.

Agent API

Agent OpenAPI / MCP / Custom GPT endpoints are not public yet. Use Markdown + preview/handoff until they ship.

FAQ for agents

Can agents read TakiDaki pages?
Yes. Request any public URL with Accept: text/markdown, or use /api/markdown?path=… and /llms.txt.
How do I start a giveaway from a link?
Call POST /api/giveaway/preview with a public post URL, then POST /api/giveaway/handoff to get a continueUrl for giveaway.takidaki.com.
What is free?
3 giveaways per day, up to 100 comments each — no card required.
Which platforms?
Instagram, TikTok, Facebook, YouTube, and Threads.
Passwords?
Never. Giveaways start from a public post link. Optional Meta Login is only for Instagram/Facebook owners who need the full private comment list.