That separation is useful for troubleshooting because it narrows down where a problem most likely lives.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.
If a task cannot be created
Start with:- Authentication state
- Bearer token scopes
- Task payload validity
- Output schema shape
If an execution never seems to start
Check:- Whether the execution was created successfully
- Whether the execution remains queued
- Whether worker capacity is available
- Whether the relevant worker path is healthy
If an execution fails
Treat failure analysis in this order:- Execution state and logs
- Worker-side runtime behavior
- Ingestion acceptance of returned output
If results are missing
Check:- Whether the execution actually reached completion
- Whether ingestion accepted and finalized the output
- Whether you are calling result endpoints rather than execution control endpoints
If media URLs do not behave as expected
Check:- Whether the execution output includes platform-managed media URLs
- Whether the caller has the right access context
- Whether you are using the correct result export or media download path
Recommended operating model
For operational clarity, debug in this order:- Auth and access
- Task definition
- Execution state
- Worker path
- Ingestion and result access