https://api.tilion.dev. Every request needs Authorization: Bearer $TILION_API_KEY.
Extract runs the same pipeline as Fetch, then converts the result to clean
markdown instead of raw text. Use it when the content is headed for a model context.
Request
Response
tokens_estimate is a rough token count for budgeting the context window before you send the
markdown to a model.
A successful call returns status: "ok" with non-empty markdown. Extract is synchronous and does
not take async_mode. Errors match Fetch.