Token searcher

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

NameTypeDescription

X-RapidAPI-Key*

String

Your API key

X-RapidAPI-Host*

String

token-searcher.p.rapidapi.com

content-type*

String

application/json

Request Body

NameTypeDescription

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.

Last updated