Knowledgator Docs
GitHubDiscord
  • 🛎️Welcome
  • ⚙️Models
    • 🧮Comprehend-it
      • Comprehend_it-base
      • Comprehend_it-multilingual-t5-base
    • 🦎UTC
  • 👷Frameworks
    • 💧LiqFit
      • Quick Start
      • Benchmarks
      • API Reference
        • Collators
          • NLICollator
          • Creating custom collator
        • Datasets
          • NLIDataset
        • Losses
          • Focal Loss
          • Binary Cross Entropy
          • Cross Entropy Loss
        • Modeling
          • LiqFitBackbone
          • LiqFitModel
        • Downstream Heads
          • LiqFitHead
          • LabelClassificationHead
          • ClassClassificationHead
          • ClassificationHead
        • Pooling
          • GlobalMaxPooling1D
          • GlobalAbsAvgPooling1D
          • GlobalAbsMaxPooling1D
          • GlobalRMSPooling1D
          • GlobalSumPooling1D
          • GlobalAvgPooling1D
          • FirstTokenPooling1D
        • Models
          • Deberta
          • T5
        • Pipelines
          • ZeroShotClassificationPipeline
  • 📚Datasets
    • Biotech news dataset
  • 👩‍🔧Support
  • API Reference
    • Comprehend-it API
    • Entity extraction
      • /fast
      • /deterministic
      • /advanced
    • Token searcher
    • Web2Meaning
    • Web2Meaning2
    • Relation extraction
    • Text2Table
      • /web2text
      • /text_preprocessing
      • /text2table
      • /merge_tables
Powered by GitBook
On this page
  1. API Reference

Token searcher

Previous/advancedNextWeb2Meaning

Last updated 1 year ago

Q&A information extraction

POST https://token-searcher.p.rapidapi.com/token_searcher/q_and_a

Extract precise answers from a given text based on a specified question

Headers

Name
Type
Description

X-RapidAPI-Key*

String

Your API key

X-RapidAPI-Host*

String

token-searcher.p.rapidapi.com

content-type*

String

application/json

Request Body

Name
Type
Description

question*

String

The question for which you need an answer.

text*

String

The text from which the answer needs to be extracted.

Indicates that your request has been successfully processed, and the response will include a table with the data from the given text.

This may be due to missing or improperly formatted parameters. Check for parameter type mismatches, Invalid characters or bad code formatting.

Your request lacks proper authorization. Ensure your RapidAPI key is correct and included in the request headers.

Check for parameter type mismatches, Invalid characters or bad code formatting. The required header might be wrong, such as X-RapidAPI-Host.

An unexpected issue occurred on our end. We are notified and investigating. If this issue persists or follows a pattern, please contact our support. Join our for support.

Discord