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 

UploadConfig

post
https://api.tikos.tech/internals/embeddingconfigupload

Upload the configuration related to the uploaded deep neural network model. Will accept the model param definition in JSON format as well as the model specification in YAML format.

See Python example

Language
Click Try It! to start a request and see the response here!