Back to catalog
Cortexa research tool·code data·file_download
Download Text Content
Download and return text content from URLs. Optimized for text files with automatic encoding detection.
Livelast probed 2026-04-30 23:07Z· 93msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 93ms
Schema
JSON Schema the agent (or your API call) must match.
{
"additionalProperties": false,
"properties": {
"encoding": {
"description": "Text encoding (e.g., utf-8, latin1). Auto-detected if not specified.",
"example": "utf-8",
"type": "string"
},
"timeout": {
"default": 30,
"description": "Request timeout in seconds",
"maximum": 300,
"minimum": 1,
"type": "integer"
},
"url": {
"description": "HTTP or HTTPS URL to download text from",
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}Examples (1)
Default Download Text Content call
public-safeinput
{
"timeout": 1,
"url": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_download_text_content
- Tool name
- download_text_content
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse