API documentation
Textavia is primarily a browser-first tool site. These endpoints document the public service surface used for discovery and selected tool workflows.
Discovery
API catalog
Machine-readable catalog of Textavia service endpoints.
/.well-known/api-catalogMarkdown summary
Site summary for agents, language models, and crawlers.
/llms.txtMarkdown negotiation
Send
Accept: text/markdown to supported public pages to receive a markdown response instead of HTML.Service Endpoints
Tool feedback
GET, POST
/api/feedback/tool/{toolSlug}Reads or submits aggregate helpful/unhelpful feedback for an individual Textavia tool.
Remote text loader
POST
/api/tools/load-textFetches text from a user-provided URL for tools that support remote text loading.
Image conversion
POST
/api/image/convertRuns server-assisted image conversion for formats that browser APIs cannot reliably process.
PDF to images
POST
/api/pdf/to-imagesConverts PDF pages into images for the PDF to PNG workflow.