POST
/
api
/
scraping
/
question-answer
/
{bot_id}
/
many

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

bot_id
string
required

Body

application/json

Schema for representing multiple question and answer documents.

question_answers
object[]
required

List of question and answer inputs.

Response

200 - application/json
answer
string
required

The answer to the question.

bot_id
string
required

Unique identifier for the associated bot.

created_at
string
required

Timestamp indicating when the document was created.

id
string
required

Unique identifier for the question and answer document.

num_token
integer
required

Number of tokens in the document.

question
string
required

The question in the document.