Start from a public seed URL and collect a small same-origin set of pages synchronously with regex filtering, dedupe, and normalized markdown or text output.
Click any endpoint to see details, example requests, and try it live with your Freighter wallet.
Run a bounded same-origin collection starting from one public seed URL.
Edit this JSON before trying the endpoint. The paid retry uses the exact same payload.
curl -X POST "https://xlm402.com/collect/run" -H "Content-Type: application/json" -d @- <<'JSON'
{
"seed_url": "https://example.com/blog",
"scope": "same_origin",
"max_pages": 5,
"max_depth": 1,
"include_patterns": ["/blog/"],
"exclude_patterns": ["/tag/"],
"format": "markdown",
"dedupe": "canonical_url",
"max_chars_per_page": 30000
}
JSON
Run a bounded same-origin collection starting from one public seed URL.
Edit this JSON before trying the endpoint. The paid retry uses the exact same payload.
curl -X POST "https://xlm402.com/collect/run" -H "Content-Type: application/json" -d @- <<'JSON'
{
"seed_url": "https://example.com/blog",
"scope": "same_origin",
"max_pages": 5,
"max_depth": 1,
"include_patterns": ["/blog/"],
"exclude_patterns": ["/tag/"],
"format": "markdown",
"dedupe": "canonical_url",
"max_chars_per_page": 30000
}
JSON