Skip to content

Tutorials

Tutorials walk you through complete, end-to-end workflows with practical code examples. Each tutorial is designed to be followed from start to finish.

First Integration

Connect to the DocuStack API, upload a document, and retrieve extracted data using curl, Python, or Node.js.

Batch Processing

Process multiple documents programmatically using the API.

Webhook Events

Set up webhooks to receive notifications when document processing completes.

Custom Schemas

Build a custom extraction schema and apply it to documents via the API.

To follow these tutorials, you’ll need:

  • A DocuStack account with API access enabled
  • An API key (available in your workspace settings)
  • A tool for making HTTP requests (curl, Postman, or an HTTP client library)

Each tutorial includes:

  1. Prerequisites — What you need before starting
  2. Step-by-step instructions — Code examples in multiple languages
  3. Expected output — What you should see at each step
  4. Next steps — Where to go after completing the tutorial