1. Overview
  2. Capture APIs
  3. API Policy & Best Practice

API Policy & Best Practice

Fact-based Extraction:

AI delivers what is written on the document. It does not assume or calculate any values (e.g. if on an invoice there is a 10% VAT but also a VAT Exemption then AI delivers these 2 items though they are contradictory); any calculations must be done in a post-processing step following the API execution.

Versioning Concept: x.y.z 

  • x: Groundbreaking architecture/functional change
  • y: API breaking change leads to impl. effort on your side
  • z: added prediction fields, minor technical, functional changes, bug fixes, maintenance releases

Backward compatibility: 

New version deliveries are seamless for Cloud customers and by default backward compatible. New major features (change version in y) needs a dev update in case you need this new feature

Cloud Deployment Strategy:

Most deployments are without downtime, if a service window is needed we announce it usually 2 weeks ahead


Was this article helpful?