📄️ Introduction
Unstract provides an API-driven interface for executing workflows securely and efficiently using appropriate authentication methods. To begin, a workflow must be deployed as an API through the API Deployment process. Once a workflow is deployed as an API, several actions become available, including triggering executions and checking the execution status.
📄️ Execution API
The Execution API allows you to trigger your deployed API and process files through the defined workflow.
📄️ Status API
Use the Status API to check the status of a running execution. This endpoint allows you to track the execution initiated via the Execution API.