TalkTheDoc Developer & Agent Resources

What is machine-readable today and how programmatic access works

Last updated: September 9, 2026

TalkTheDoc is a voice-first AI document assistant (https://talkthedoc.com). This page lists everything that is machine-readable today and the current status of programmatic access.

API status

There is no public REST API, SDK, webhook or MCP server yet. Uploading documents and chatting requires a signed-in user in the web app. If you need programmatic access, email contact@talkthedoc.com with your use case.

Machine-readable resources

ResourceURL
llms.txt (what TalkTheDoc is, when to use it)https://talkthedoc.com/llms.txt
Sitemaphttps://talkthedoc.com/sitemap.xml
robots.txthttps://talkthedoc.com/robots.txt
Blog RSS feedhttps://talkthedoc.com/blog/feed.xml
Organization, WebSite and SoftwareApplication JSON-LDembedded in every HTML page

Markdown content negotiation

Public pages follow acceptmarkdown.com. Send Accept: text/markdown and you receive Content-Type: text/markdown; charset=utf-8 with Vary: Accept:

curl -H "Accept: text/markdown" https://talkthedoc.com/
curl -H "Accept: text/markdown" https://talkthedoc.com/blog/summarize-pdf-with-ai

Pages with a Markdown variant: /, /about, /developers, /support, /privacy, /terms, /cookies, /security, /vs/<competitor>, /for/<audience>, /blog/<slug>. The same content is also available at /md/<path> without negotiation. Unknown paths return HTTP 404 with a Markdown body.

Errors

Nonexistent paths return a real HTTP 404. Start over from https://talkthedoc.com/sitemap.xml or https://talkthedoc.com/llms.txt.