task_id
. Use this ID to get a task asynchronously.
This asynchronous approach allows you to submit long-running jobs without tying up your application. Once the task status is Succeeded
, the full processing results are available.
Key Features
- Scalability: Handle millions of files without tying-up your infrastructure.
- Broad File Support: Process a variety of file types like PDFs, Excel, PPTs, Doc.
- Multiple Input Sources: Provide files from local path, from a URL, or as a base64-encoded string.
- Data Retention: Set custom expiration times for automatic data deletion.
- Webhook Support: Receive real-time notifications when tasks complete.