📄️ 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.
📄️ Highlight data API
Use the Highlight Data API to obtain line coordinates for each line number returned by the Execution API.
📄️ N8N Custom Node
N8N is a workflow automation tool that allows you to automate tasks and workflows. This guide will show you how to use the Unstract custom node for N8N that interacts with a deployed Unstract API.