Jump to Content
tikos
API Reference
v1.0

Log Intikos
API Reference
Log In
v1.0API Reference

tikos

  • Tikos
  • Developer Support

Tikos Python Library

  • Introduction
  • Quick Start
  • Documentation
  • Release Notes

Examples

  • #1 Extraction Request
  • #2 Tikos Client

Tikos API

  • Initialise pipeline
    • CreateExtractionRequestpost
  • Load data
    • AddExtractionFile(s), AddExtractionFileStream(s)post
  • Process data
    • ProcessExtractpost
    • ProcessExtractFilepost
    • GetExtractpost
    • GetExtractDocspost
  • Knowledge layer
    • GetGraphStructurepost
    • GetGraphStructurePerDocpost
    • GenerateGraphpost
    • GenerateGraphPerDocpost
  • Retrieval
    • GetGraphpost
    • GetGraphRetrievalpost
    • GetGraphRetrievalWithDSpost
  • Transparency & Explainability
    • UploadModelpost
    • UploadConfigpost
    • UploadModelCaseDatapost
    • ProcessModelpost
    • BuildSequentialCollectionpost
    • GetSimilarCasepost
    • GetReasoningpost
Powered by 

Quick Start

Test in these docs

See the endpoints within these docs to explore the functions embedded in the Python library.


Evaluate in your environment

  1. Install the Python library (or download the package here).
pip install tikos
  1. For access email [email protected] for your orgId and orgToken keys, required to create extraction requests.
  2. Adapt the boilerplate Tikos Client script
  • Table of Contents
    • Test in these docs
    • Evaluate in your environment