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
    • Libraries
    • File Uploading
    • Task Retrieval
      • Example of Python Code
    • 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
  • Errors
  • Status codes

Was this helpful?

Export as PDF
  1. API Setup

API status codes

Errors

Koncile uses conventional HTTP response codes to indicate the success or failure of an API request. In general: Codes in the 2xx range indicate success. Codes in the 4xx range indicate an error that failed given the information provided (e.g., a required parameter was omitted, a charge failed, etc.). Codes in the 5xx range indicate an error with Koncile's servers (these are rare).

Some 4xx errors that could be handled programmatically, with an error message that briefly explains the error reported.

Status codes

Status code
Details
Definition

200

OK

Everything worked as expected.

307

Temporary Redirect

The request url is missing the final '/'

400

Bad Request

The request was unacceptable, often due to missing a required parameter.

401

Unauthorized

No valid API key provided.

402

Request Failed

The parameters were valid but the request failed.

403

Forbidden

The API key doesn’t have permissions to perform the request.

404

Not Found

The requested resource doesn’t exist.

422

Unprocessable Entity

The request parameters are invalid.

500, 502, 503, 504

Server Errors

Something went wrong on Koncile's end. (These are rare.)

PreviousInstructionsNextBubble Plugin

Last updated 2 months ago

Was this helpful?