Marketplace users can either use Tornado storage (default: presigned URL valid 24 hours, file kept 24 hours) or provide their own cloud storage credentials for permanent delivery.
Supported Marketplaces
Tornado API is available on multiple API marketplaces, allowing you to use the service without managing your own API keys.RapidAPI
The world’s largest API marketplace
Apify
Web scraping and automation platform
Zyla API Hub
Premium API marketplace
Key Differences from Direct API
RapidAPI
Authentication
RapidAPI handles authentication automatically. Simply include your RapidAPI subscription key:Subscription Tiers
Use the plans and limits shown on the active marketplace listing. A marketplace subscription tier does not by itself remove Tornado feature or admission limits.Apify
Use Run mode in the Actor console or its run API. The current Actor implementation rejects Standby HTTP mode and requires completion tracking;wait_for_completion=false is not supported.
Example Actor input:
/jobs Standby example as the Actor run API contract.
Zyla API Hub
Authentication
Use the credentials supplied by the Zyla integration. Addingzyla_ to an arbitrary token does not grant access:
Storage Configuration
Supported Providers
AWS S3 / Cloudflare R2 / MinIO
AWS S3 / Cloudflare R2 / MinIO
Azure Blob Storage
Azure Blob Storage
Google Cloud Storage
Google Cloud Storage
Alibaba Cloud OSS
Alibaba Cloud OSS
Security
Your storage credentials are:
- Never logged - Credentials are redacted in all logs
- Saved for reuse - Marketplace storage settings can be persisted encrypted for the marketplace user so later requests can omit inline credentials
- Validated - Credentials are tested before the job is accepted