Using API-SDK with text2data.org

C# integration

✓ Official SDK
Install
dotnet add package API-SDK
Test api response without api key
curl \
  # append ?PrivateKey=$API_KEY to the URL \
  /v3/Analyze
Test api response without api key
curl \
  # append ?PrivateKey=$API_KEY to the URL \
  /v3/Extract
Test api response without api key
curl \
  # append ?PrivateKey=$API_KEY to the URL \
  /v3/Categorize
SDK on GitHub 📄 API Docs
SDK
API-SDK
C#
API
text2data.org
text2data.org
Other SDKs for text2data.org
API-SDK-VB.NET text2data-go
At a glance
Language C#
Endpoints6
✓ Official