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-catalog
Markdown summary

Site summary for agents, language models, and crawlers.

/llms.txt
Markdown 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-text

Fetches text from a user-provided URL for tools that support remote text loading.

Image conversion
POST /api/image/convert

Runs server-assisted image conversion for formats that browser APIs cannot reliably process.

PDF to images
POST /api/pdf/to-images

Converts PDF pages into images for the PDF to PNG workflow.