Use this page to choose the right first integration path. Most integrations start with one of three flows:
Upload a file, submit it to Document Insights, and read structured extraction output.
Trigger a workflow configured in Plextera Studio and monitor the run.
Subscribe to webhooks so Plextera pushes terminal state changes to your application.
Prerequisite - you have an API key. See Authentication.
Use this when your application can wait for the result by checking the API.
Use this when your application has a webhook endpoint and should not poll.
Use this when the workflow is already configured in Plextera Studio and your application only needs to trigger it.
Then either poll GET /workflow-runs/{runId} or subscribe to workflow.run.completed and workflow.run.failed.