FR
Copied

outsend documentation

Technical reference for outsend — modules, pipelines, monitoring, API. Built for developers and AI assistants.

This documentation describes the public contracts of every outsend module — what each one accepts as input, what it returns, how it behaves over time, and how modules chain into pipelines.

The goal is twofold:

  1. Help integrators and power users understand what each module does and how to drive it from the UI or the API.
  2. Be readable by AI assistants — every page is plain markdown, downloadable in bulk, exposed through the llms.txt standard.

How to read it

Copy everything in one click

The Copy button in the top-right corner of every page lets you grab:

There is also a stable LLM index at /docs/llms.txt and the full bundle at /docs/llms-full.txt — both follow the llms.txt standard, so most AI tools detect them automatically.

Scope

This documentation describes what outsend exposes, not how it is built internally. Implementation details — scraping stack, proxy infrastructure, DOM selectors, timing heuristics, exact success rates — are intentionally omitted. They are not stable contracts and would not help you integrate.

If something you need is missing, write to support@outsend.xyz.