Using docx4j.NET with import.io

C# integration

Install
dotnet add package docx4j.NET
Launch a crawl from an extractor that a user owns.
curl \
  # append ?_apikey=$API_KEY to the URL \
  /extractor/{extractorId}/start
Cancel an existing crawl.
curl \
  # append ?_apikey=$API_KEY to the URL \
  /extractor/{extractorId}/cancel
SDK on GitHub 📄 API Docs
SDK
docx4j.NET
C#
API
import.io
import.io:run
At a glance
Language C#
Endpoints2