LogoLogo
WebsiteLoginSign up
  • Welcome to Koncile
  • Getting Started
    • Key Koncile features
    • Folders vs. Extraction Templates
    • General fields vs. Repeated fields
  • DATA EXTRACTION APP
    • Set up an Extraction Template
    • Set field format
    • How to write field descriptions
    • Import documents
      • Importing amendments
    • Export data
    • Auto-classify documents
  • Generated fields with AI
  • API Setup
    • API Key generation
    • Swagger
    • API pricing and limits
    • SDK Libraries
      • Python guide
    • File Uploading
    • Task Retrieval
      • Web-hook task retrieval
      • Polling task retrieval
    • Folders
    • Templates
    • Fields
    • Instructions
    • API status codes
    • Bubble Plugin
  • Miscellaneous
    • Q&A
Powered by GitBook
LogoLogo

Useful links

  • Website
  • Login
  • Extraction template library

@Copyright Koncile 2024

On this page

Was this helpful?

Export as PDF
  1. API Setup

SDK Libraries

Set up your development environment to use the Koncile API with an SDK in your preferred language. At the moment, only a python sdk is available.

PreviousAPI pricing and limitsNextPython guide

Last updated 11 days ago

Was this helpful?

You can use the . Get started by installing the SDK using pip :

pip install koncile

Start uploading file, following the page.

Official Koncile SDK
File Uploading
GitHub - Koncile/koncile-python: The official Python SDK for Koncile, providing a seamless interface to interact with the Koncile API.GitHub
Logo