Instead, Titan routes worker-produced output back into the platform through ingestion and control-plane services so that users can retrieve results through stable public APIs.Documentation Index
Fetch the complete documentation index at: https://webscraping.titannet.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Structured data flow
For structured results, the high-level flow is:- The worker completes scraping logic
- The worker prepares structured output that matches the task’s schema
- The worker sends that output into the ingestion path
- The platform validates and persists the result
- Task Service exposes the completed output to the user
Media flow
For media assets, the flow is more explicit:- The worker requests upload information
- The worker uploads binary content
- The worker commits the uploaded media
- The committed media becomes part of the execution output model
- Users later access that media through stable Titan URLs
Why ingestion is separate
Titan separates execution from ingestion so that it can:- Validate output against platform expectations
- Preserve idempotent result handling
- Manage binary media safely
- Keep user-facing result access decoupled from worker runtime details
Control-plane outcome
Once a worker has returned its output successfully, users interact with:- Execution endpoints
- Result endpoints
- Dataset endpoints
- Media download endpoints